#B94C47

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

Shades of Chestnut #B94C47

Tints of Chestnut #B94C47

Color information

#B94C47 (or 0xB94C47) is unknown color: approx Chestnut. HEX triplet: B9, 4C and 47. RGB value is (185,76,71). Sum of RGB (Red+Green+Blue) = 185+76+71=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C47 is #46B3B8. Grayscale: #6C6C6C. Windows color (decimal): -4633529 or 4672697. OLE color: 4672697.

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

Color convert

RGB1857671-
CMYK00.590.620.27
HSL2.63º44.88%50.2%-
HSV(B)2.63º61.62%72.55%-
XYZ23.7315.947.79-
YUV108.02107.11182.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 71 (28.12% from 255) = 21.39%
R=55.72%
G=22.89%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185767100.590.620.272.6344.8850.2
HexB94C4703B3E1B32d32
Octal271114107073763335562
Binary101110011001100100011101110111111101101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C47; }

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

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

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

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

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

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

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

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