#B84F48

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

Shades of Chestnut #B84F48

Tints of Chestnut #B84F48

Color information

#B84F48 (or 0xB84F48) is unknown color: approx Chestnut. HEX triplet: B8, 4F and 48. RGB value is (184,79,72). Sum of RGB (Red+Green+Blue) = 184+79+72=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84F48 is #47B0B7. Grayscale: #6D6D6D. Windows color (decimal): -4698296 or 4739000. OLE color: 4739000.

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

Color convert

RGB1847972-
CMYK00.570.610.28
HSL3.75º44.09%50.2%-
HSV(B)3.75º60.87%72.16%-
XYZ23.7316.258.02-
YUV109.6106.79181.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.93%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=54.93%
G=23.58%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184797200.570.610.283.7544.0950.2
HexB84F480393D1C42c32
Octal270117110071753445462
Binary1011100010011111001000011100111110111100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84F48; }

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

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

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

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

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

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

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

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