#B95345

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

Shades of Chestnut #B95345

Tints of Chestnut #B95345

Color information

#B95345 (or 0xB95345) is unknown color: approx Chestnut. HEX triplet: B9, 53 and 45. RGB value is (185,83,69). Sum of RGB (Red+Green+Blue) = 185+83+69=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B95345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95345 is #46ACBA. Grayscale: #707070. Windows color (decimal): -4631739 or 4543417. OLE color: 4543417.

HSL color Cylindrical-coordinate representation of color #B95345: hue angle of 7.24º 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 #B95345 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1858369-
CMYK00.550.630.27
HSL7.24º45.67%49.8%-
HSV(B)7.24º62.7%72.55%-
XYZ24.1816.937.62-
YUV111.9103.79180.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=54.90%
G=24.63%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185836900.550.630.277.2445.6749.8
HexB953450373F1B72e32
Octal271123105067773375662
Binary1011100110100111000101011011111111111011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95345; }

 p { color: rgb(185,83,69); }

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

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

 a { background-color: rgb(185,83,69); }

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

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

 span { border-color: rgb(185,83,69); }

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