#B94F40

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

Shades of Chestnut #B94F40

Tints of Chestnut #B94F40

Color information

#B94F40 (or 0xB94F40) is unknown color: approx Chestnut. HEX triplet: B9, 4F and 40. RGB value is (185,79,64). Sum of RGB (Red+Green+Blue) = 185+79+64=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94F40 is #46B0BF. Grayscale: #6D6D6D. Windows color (decimal): -4632768 or 4214713. OLE color: 4214713.

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

Color convert

RGB1857964-
CMYK00.570.650.27
HSL7.44º48.59%48.82%-
HSV(B)7.44º65.41%72.55%-
XYZ23.7316.286.74-
YUV108.98102.62182.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 64 (25.39% from 255) = 19.51%
R=56.40%
G=24.09%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185796400.570.650.277.4448.5948.82
HexB94F40039411B73131
Octal2711171000711013376161
Binary10111001100111110000000111001100000111011111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F40; }

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

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

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

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

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

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

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

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