#B95243

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

Shades of Chestnut #B95243

Tints of Chestnut #B95243

Color information

#B95243 (or 0xB95243) is unknown color: approx Chestnut. HEX triplet: B9, 52 and 43. RGB value is (185,82,67). Sum of RGB (Red+Green+Blue) = 185+82+67=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B95243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95243 is #46ADBC. Grayscale: #6F6F6F. Windows color (decimal): -4631997 or 4412089. OLE color: 4412089.

HSL color Cylindrical-coordinate representation of color #B95243: hue angle of 7.63º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B95243 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1858267-
CMYK00.560.640.27
HSL7.63º46.83%49.41%-
HSV(B)7.63º63.78%72.55%-
XYZ24.0416.757.28-
YUV111.09103.12180.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.39%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=55.39%
G=24.55%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185826700.560.640.277.6346.8349.41
HexB95243038401B82f31
Octal27112210307010033105761
Binary101110011010010100001101110001000000110111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95243; }

 p { color: rgb(185,82,67); }

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

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

 a { background-color: rgb(185,82,67); }

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

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

 span { border-color: rgb(185,82,67); }

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