#B9803B

Color #B9803B Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #B9803B

Tints of Brandy Punch #B9803B

Color information

#B9803B (or 0xB9803B) is unknown color: approx Brandy Punch. HEX triplet: B9, 80 and 3B. RGB value is (185,128,59). Sum of RGB (Red+Green+Blue) = 185+128+59=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9803B is #467FC4. Grayscale: #898989. Windows color (decimal): -4620229 or 3899577. OLE color: 3899577.

HSL color Cylindrical-coordinate representation of color #B9803B: hue angle of 32.86º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9803B is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18512859-
CMYK00.310.680.27
HSL32.86º51.64%47.84%-
HSV(B)32.86º68.11%72.55%-
XYZ28.5226.077.67-
YUV137.1883.88162.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 59 (23.44% from 255) = 15.86%
R=49.73%
G=34.41%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851285900.310.680.2732.8651.6447.84
HexB9803B01F441B213430
Octal2712007303710433416460
Binary1011100110000000111011011111100010011011100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9803B; }

 p { color: rgb(185,128,59); }

 H1.HeaderClassName
 {
   color: #B9803B;
 }
 .AnyTagClassName
 {
   color: #B9803B;
 }
</style>
background-color css

<style>
 a { background-color: #B9803B; }

 a { background-color: rgb(185,128,59); }

 div.DivClassName
 {
   background-color: #B9803B;
 }
 .BgClassName
 {
   background-color: #B9803B;
 }
</style>
border-color css

<style>
 span { border-color: #B9803B; }

 span { border-color: rgb(185,128,59); }

 td.TdClassName
 {
   border-color: #B9803B;
 }
 .TagClassName
 {
   border-color: #B9803B;
 }
</style>