#B95348

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

Shades of Chestnut #B95348

Tints of Chestnut #B95348

Color information

#B95348 (or 0xB95348) is unknown color: approx Chestnut. HEX triplet: B9, 53 and 48. RGB value is (185,83,72). Sum of RGB (Red+Green+Blue) = 185+83+72=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B95348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95348 is #46ACB7. Grayscale: #707070. Windows color (decimal): -4631736 or 4740025. OLE color: 4740025.

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

Color convert

RGB1858372-
CMYK00.550.610.27
HSL5.84º44.66%50.39%-
HSV(B)5.84º61.08%72.55%-
XYZ24.2716.978.13-
YUV112.24105.29179.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=54.41%
G=24.41%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185837200.550.610.275.8444.6650.39
HexB953480373D1B62d32
Octal271123110067753365562
Binary1011100110100111001000011011111110111011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95348; }

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

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

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

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

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

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

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

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