#B94241

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

Shades of Chestnut #B94241

Tints of Chestnut #B94241

Color information

#B94241 (or 0xB94241) is unknown color: approx Chestnut. HEX triplet: B9, 42 and 41. RGB value is (185,66,65). Sum of RGB (Red+Green+Blue) = 185+66+65=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B94241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94241 is #46BDBE. Grayscale: #656565. Windows color (decimal): -4636095 or 4276921. OLE color: 4276921.

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

Color convert

RGB1856665-
CMYK00.640.650.27
HSL0.5º48%49.02%-
HSV(B)0.5º64.86%72.55%-
XYZ22.9114.596.61-
YUV101.47107.42187.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.54%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=58.54%
G=20.89%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185666500.640.650.270.54849.02
HexB94241040411B13031
Octal27110210101001013316061
Binary1011100110000101000001010000001000001110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94241; }

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

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

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

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

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

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

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

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