#b94440

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

Shades of Chestnut #B94440

Tints of Chestnut #B94440

Color information

#B94440 (or 0xB94440) is unknown color: approx Chestnut. HEX triplet: B9, 44 and 40. RGB value is (185,68,64). Sum of RGB (Red+Green+Blue) = 185+68+64=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B94440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94440 is #46BBBF. Grayscale: #666666. Windows color (decimal): -4635584 or 4211897. OLE color: 4211897.

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

Color convert

RGB1856864-
CMYK00.630.650.27
HSL1.98º48.59%48.82%-
HSV(B)1.98º65.41%72.55%-
XYZ2314.826.5-
YUV102.53106.26186.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=58.36%
G=21.45%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185686400.630.650.271.9848.5948.82
HexB9444003F411B23131
Octal2711041000771013326161
Binary1011100110001001000000011111110000011101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b94440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b94440; }

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

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

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

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

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

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

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

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