#B94942

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

Shades of Chestnut #B94942

Tints of Chestnut #B94942

Color information

#B94942 (or 0xB94942) is unknown color: approx Chestnut. HEX triplet: B9, 49 and 42. RGB value is (185,73,66). Sum of RGB (Red+Green+Blue) = 185+73+66=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B94942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94942 is #46B6BD. Grayscale: #696969. Windows color (decimal): -4634302 or 4344249. OLE color: 4344249.

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

Color convert

RGB1857366-
CMYK00.610.640.27
HSL3.53º47.41%49.22%-
HSV(B)3.53º64.32%72.55%-
XYZ23.3715.476.91-
YUV105.69105.61184.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=57.10%
G=22.53%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185736600.610.640.273.5347.4149.22
HexB9494203D401B42f31
Octal2711111020751003345761
Binary10111001100100110000100111101100000011011100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94942; }

 p { color: rgb(185,73,66); }

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

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

 a { background-color: rgb(185,73,66); }

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

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

 span { border-color: rgb(185,73,66); }

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