#B94B40

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

Shades of Chestnut #B94B40

Tints of Chestnut #B94B40

Color information

#B94B40 (or 0xB94B40) is unknown color: approx Chestnut. HEX triplet: B9, 4B and 40. RGB value is (185,75,64). Sum of RGB (Red+Green+Blue) = 185+75+64=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94B40 is #46B4BF. Grayscale: #6A6A6A. Windows color (decimal): -4633792 or 4213689. OLE color: 4213689.

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

Color convert

RGB1857564-
CMYK00.590.650.27
HSL5.45º48.59%48.82%-
HSV(B)5.45º65.41%72.55%-
XYZ23.4515.726.65-
YUV106.64103.94183.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=57.10%
G=23.15%
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.27
SystemRedGreenBlueCMYKHSL
Decimal185756400.590.650.275.4548.5948.82
HexB94B4003B411B53131
Octal2711131000731013356161
Binary10111001100101110000000111011100000111011101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B40; }

 p { color: rgb(185,75,64); }

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

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

 a { background-color: rgb(185,75,64); }

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

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

 span { border-color: rgb(185,75,64); }

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