#b94f44

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

Shades of Chestnut #B94F44

Tints of Chestnut #B94F44

Color information

#B94F44 (or 0xB94F44) is unknown color: approx Chestnut. HEX triplet: B9, 4F and 44. RGB value is (185,79,68). Sum of RGB (Red+Green+Blue) = 185+79+68=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94F44 is #46B0BB. Grayscale: #6D6D6D. Windows color (decimal): -4632764 or 4476857. OLE color: 4476857.

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

Color convert

RGB1857968-
CMYK00.570.630.27
HSL5.64º46.25%49.61%-
HSV(B)5.64º63.24%72.55%-
XYZ23.8516.327.36-
YUV109.44104.62181.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=55.72%
G=23.80%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185796800.570.630.275.6446.2549.61
HexB94F440393F1B62e32
Octal271117104071773365662
Binary1011100110011111000100011100111111111011110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b94f44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b94f44; }

 p { color: rgb(185,79,68); }

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

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

 a { background-color: rgb(185,79,68); }

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

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

 span { border-color: rgb(185,79,68); }

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