#B94E48

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

Shades of Chestnut #B94E48

Tints of Chestnut #B94E48

Color information

#B94E48 (or 0xB94E48) is unknown color: approx Chestnut. HEX triplet: B9, 4E and 48. RGB value is (185,78,72). Sum of RGB (Red+Green+Blue) = 185+78+72=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E48 is #46B1B7. Grayscale: #6D6D6D. Windows color (decimal): -4633016 or 4738745. OLE color: 4738745.

HSL color Cylindrical-coordinate representation of color #B94E48: hue angle of 3.19º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94E48 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1857872-
CMYK00.580.610.27
HSL3.19º44.66%50.39%-
HSV(B)3.19º61.08%72.55%-
XYZ23.916.238-
YUV109.31106.95181.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.22%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=55.22%
G=23.28%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185787200.580.610.273.1944.6650.39
HexB94E4803A3D1B32d32
Octal271116110072753335562
Binary101110011001110100100001110101111011101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E48; }

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

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

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

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

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

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

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

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