#B94C4A

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

Shades of Chestnut #B94C4A

Tints of Chestnut #B94C4A

Color information

#B94C4A (or 0xB94C4A) is unknown color: approx Chestnut. HEX triplet: B9, 4C and 4A. RGB value is (185,76,74). Sum of RGB (Red+Green+Blue) = 185+76+74=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C4A is #46B3B5. Grayscale: #6C6C6C. Windows color (decimal): -4633526 or 4869305. OLE color: 4869305.

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

Color convert

RGB1857674-
CMYK00.590.60.27
HSL1.08º44.22%50.78%-
HSV(B)1.08º60%72.55%-
XYZ23.8315.988.31-
YUV108.36108.61182.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.22%
GREEN value IS 76 (30.08% from 255) = 22.69%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=55.22%
G=22.69%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185767400.590.60.271.0844.2250.78
HexB94C4A03B3C1B12c33
Octal271114112073743315463
Binary10111001100110010010100111011111100110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C4A; }

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

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

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

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

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

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

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

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