#B94D41

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

Shades of Chestnut #B94D41

Tints of Chestnut #B94D41

Color information

#B94D41 (or 0xB94D41) is unknown color: approx Chestnut. HEX triplet: B9, 4D and 41. RGB value is (185,77,65). Sum of RGB (Red+Green+Blue) = 185+77+65=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D41 is #46B2BE. Grayscale: #6C6C6C. Windows color (decimal): -4633279 or 4279737. OLE color: 4279737.

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

Color convert

RGB1857765-
CMYK00.580.650.27
HSL48%49.02%-
HSV(B)64.86%72.55%-
XYZ23.62166.85-
YUV107.92103.78182.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=56.57%
G=23.55%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185776500.580.650.2764849.02
HexB94D4103A411B63031
Octal2711151010721013366061
Binary10111001100110110000010111010100000111011110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D41; }

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

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

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

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

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

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

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

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