#B9803F

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

Shades of Brandy Punch #B9803F

Tints of Brandy Punch #B9803F

Color information

#B9803F (or 0xB9803F) is unknown color: approx Brandy Punch. HEX triplet: B9, 80 and 3F. RGB value is (185,128,63). Sum of RGB (Red+Green+Blue) = 185+128+63=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9803F is #467FC0. Grayscale: #898989. Windows color (decimal): -4620225 or 4161721. OLE color: 4161721.

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

Color convert

RGB18512863-
CMYK00.310.660.27
HSL31.97º49.19%48.63%-
HSV(B)31.97º65.95%72.55%-
XYZ28.6226.118.23-
YUV137.6385.88161.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.20%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 63 (25% from 255) = 16.76%
R=49.20%
G=34.04%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851286300.310.660.2731.9749.1948.63
HexB9803F01F421B203131
Octal2712007703710233406161
Binary1011100110000000111111011111100001011011100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9803F; }

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

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

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

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

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

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

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

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