#B84C40

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

Shades of Chestnut #B84C40

Tints of Chestnut #B84C40

Color information

#B84C40 (or 0xB84C40) is unknown color: approx Chestnut. HEX triplet: B8, 4C and 40. RGB value is (184,76,64). Sum of RGB (Red+Green+Blue) = 184+76+64=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84C40 is #47B3BF. Grayscale: #6B6B6B. Windows color (decimal): -4699072 or 4213944. OLE color: 4213944.

HSL color Cylindrical-coordinate representation of color #B84C40: hue angle of 6º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84C40 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB1847664-
CMYK00.590.650.28
HSL48.39%48.63%-
HSV(B)65.22%72.16%-
XYZ23.2815.736.66-
YUV106.92103.78182.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 76 (30.08% from 255) = 23.46%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=56.79%
G=23.46%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184766400.590.650.28648.3948.63
HexB84C4003B411C63031
Octal2701141000731013466061
Binary10111000100110010000000111011100000111100110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84C40; }

 p { color: rgb(184,76,64); }

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

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

 a { background-color: rgb(184,76,64); }

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

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

 span { border-color: rgb(184,76,64); }

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