#B84F45

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

Shades of Chestnut #B84F45

Tints of Chestnut #B84F45

Color information

#B84F45 (or 0xB84F45) is unknown color: approx Chestnut. HEX triplet: B8, 4F and 45. RGB value is (184,79,69). Sum of RGB (Red+Green+Blue) = 184+79+69=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84F45 is #47B0BA. Grayscale: #6D6D6D. Windows color (decimal): -4698299 or 4542392. OLE color: 4542392.

HSL color Cylindrical-coordinate representation of color #B84F45: hue angle of 5.22º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84F45 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1847969-
CMYK00.570.620.28
HSL5.22º45.45%49.61%-
HSV(B)5.22º62.5%72.16%-
XYZ23.6416.217.51-
YUV109.26105.29181.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.42%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 69 (27.34% from 255) = 20.78%
R=55.42%
G=23.80%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184796900.570.620.285.2245.4549.61
HexB84F450393E1C52d32
Octal270117105071763455562
Binary1011100010011111000101011100111111011100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84F45; }

 p { color: rgb(184,79,69); }

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

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

 a { background-color: rgb(184,79,69); }

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

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

 span { border-color: rgb(184,79,69); }

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