#B94C42

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

Shades of Chestnut #B94C42

Tints of Chestnut #B94C42

Color information

#B94C42 (or 0xB94C42) is unknown color: approx Chestnut. HEX triplet: B9, 4C and 42. RGB value is (185,76,66). Sum of RGB (Red+Green+Blue) = 185+76+66=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C42 is #46B3BD. Grayscale: #6B6B6B. Windows color (decimal): -4633534 or 4345017. OLE color: 4345017.

HSL color Cylindrical-coordinate representation of color #B94C42: hue angle of 5.04º 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 #B94C42 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1857666-
CMYK00.590.640.27
HSL5.04º47.41%49.22%-
HSV(B)5.04º64.32%72.55%-
XYZ23.5815.886.98-
YUV107.45104.61183.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=56.57%
G=23.24%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185766600.590.640.275.0447.4149.22
HexB94C4203B401B52f31
Octal2711141020731003355761
Binary10111001100110010000100111011100000011011101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C42; }

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

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

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

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

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

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

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

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