#B84F4A

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

Shades of Chestnut #B84F4A

Tints of Chestnut #B84F4A

Color information

#B84F4A (or 0xB84F4A) is unknown color: approx Chestnut. HEX triplet: B8, 4F and 4A. RGB value is (184,79,74). Sum of RGB (Red+Green+Blue) = 184+79+74=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84F4A is #47B0B5. Grayscale: #6D6D6D. Windows color (decimal): -4698294 or 4870072. OLE color: 4870072.

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

Color convert

RGB1847974-
CMYK00.570.600.28
HSL2.73º43.65%50.59%-
HSV(B)2.73º59.78%72.16%-
XYZ23.816.288.37-
YUV109.82107.79180.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.60%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=54.60%
G=23.44%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184797400.570.600.282.7343.6550.59
HexB84F4A0393C1C32c33
Octal270117112071743435463
Binary101110001001111100101001110011111001110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84F4A; }

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

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

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

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

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

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

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

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