#B94B42

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

Shades of Chestnut #B94B42

Tints of Chestnut #B94B42

Color information

#B94B42 (or 0xB94B42) is unknown color: approx Chestnut. HEX triplet: B9, 4B and 42. RGB value is (185,75,66). Sum of RGB (Red+Green+Blue) = 185+75+66=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94B42 is #46B4BD. Grayscale: #6B6B6B. Windows color (decimal): -4633790 or 4344761. OLE color: 4344761.

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

Color convert

RGB1857566-
CMYK00.590.640.27
HSL4.54º47.41%49.22%-
HSV(B)4.54º64.32%72.55%-
XYZ23.5115.746.95-
YUV106.86104.94183.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=56.75%
G=23.01%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185756600.590.640.274.5447.4149.22
HexB94B4203B401B52f31
Octal2711131020731003355761
Binary10111001100101110000100111011100000011011101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B42; }

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

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

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

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

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

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

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

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