#B94F4B

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

Shades of Chestnut #B94F4B

Tints of Chestnut #B94F4B

Color information

#B94F4B (or 0xB94F4B) is unknown color: approx Chestnut. HEX triplet: B9, 4F and 4B. RGB value is (185,79,75). Sum of RGB (Red+Green+Blue) = 185+79+75=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94F4B is #46B0B4. Grayscale: #6E6E6E. Windows color (decimal): -4632757 or 4935609. OLE color: 4935609.

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

Color convert

RGB1857975-
CMYK00.570.590.27
HSL2.18º44%50.98%-
HSV(B)2.18º59.46%72.55%-
XYZ24.0716.418.56-
YUV110.24108.12181.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=54.57%
G=23.30%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185797500.570.590.272.184450.98
HexB94F4B0393B1B22c33
Octal271117113071733325463
Binary101110011001111100101101110011110111101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F4B; }

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

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

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

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

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

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

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

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