#B9824F

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

Shades of Brandy Punch #B9824F

Tints of Brandy Punch #B9824F

Color information

#B9824F (or 0xB9824F) is unknown color: approx Brandy Punch. HEX triplet: B9, 82 and 4F. RGB value is (185,130,79). Sum of RGB (Red+Green+Blue) = 185+130+79=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9824F is #467DB0. Grayscale: #8C8C8C. Windows color (decimal): -4619697 or 5210809. OLE color: 5210809.

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

Color convert

RGB18513079-
CMYK00.300.570.27
HSL28.87º43.09%51.76%-
HSV(B)28.87º57.3%72.55%-
XYZ29.426.8411.03-
YUV140.6393.22159.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 79 (31.25% from 255) = 20.05%
R=46.95%
G=32.99%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851307900.300.570.2728.8743.0951.76
HexB9824F01E391B1d2b34
Octal2712021170367133355364
Binary101110011000001010011110111101110011101111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9824F; }

 p { color: rgb(185,130,79); }

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

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

 a { background-color: rgb(185,130,79); }

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

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

 span { border-color: rgb(185,130,79); }

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