#B94C44

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

Shades of Chestnut #B94C44

Tints of Chestnut #B94C44

Color information

#B94C44 (or 0xB94C44) is unknown color: approx Chestnut. HEX triplet: B9, 4C and 44. RGB value is (185,76,68). Sum of RGB (Red+Green+Blue) = 185+76+68=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C44 is #46B3BB. Grayscale: #6B6B6B. Windows color (decimal): -4633532 or 4476089. OLE color: 4476089.

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

Color convert

RGB1857668-
CMYK00.590.630.27
HSL4.1º46.25%49.61%-
HSV(B)4.1º63.24%72.55%-
XYZ23.6415.97.29-
YUV107.68105.61183.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=56.23%
G=23.10%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185766800.590.630.274.146.2549.61
HexB94C4403B3F1B42e32
Octal271114104073773345662
Binary1011100110011001000100011101111111111011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C44; }

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

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

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

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

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

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

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

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