#B94E41

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

Shades of Chestnut #B94E41

Tints of Chestnut #B94E41

Color information

#B94E41 (or 0xB94E41) is unknown color: approx Chestnut. HEX triplet: B9, 4E and 41. RGB value is (185,78,65). Sum of RGB (Red+Green+Blue) = 185+78+65=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E41 is #46B1BE. Grayscale: #6C6C6C. Windows color (decimal): -4633023 or 4279993. OLE color: 4279993.

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

Color convert

RGB1857865-
CMYK00.580.650.27
HSL6.5º48%49.02%-
HSV(B)6.5º64.86%72.55%-
XYZ23.6916.146.87-
YUV108.51103.45182.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=56.40%
G=23.78%
B=19.82%

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
Decimal185786500.580.650.276.54849.02
HexB94E4103A411B73031
Octal2711161010721013376061
Binary10111001100111010000010111010100000111011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E41; }

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

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

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

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

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

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

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

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