#B94140

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

Shades of Chestnut #B94140

Tints of Chestnut #B94140

Color information

#B94140 (or 0xB94140) is unknown color: approx Chestnut. HEX triplet: B9, 41 and 40. RGB value is (185,65,64). Sum of RGB (Red+Green+Blue) = 185+65+64=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B94140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94140 is #46BEBF. Grayscale: #646464. Windows color (decimal): -4636352 or 4211129. OLE color: 4211129.

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

Color convert

RGB1856564-
CMYK00.650.650.27
HSL0.5º48.59%48.82%-
HSV(B)0.5º65.41%72.55%-
XYZ22.8214.476.44-
YUV100.77107.26188.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=58.92%
G=20.70%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185656400.650.650.270.548.5948.82
HexB94140041411B03131
Octal27110110001011013306161
Binary1011100110000011000000010000011000001110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94140; }

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

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

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

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

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

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

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

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