#B95040

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

Shades of Chestnut #B95040

Tints of Chestnut #B95040

Color information

#B95040 (or 0xB95040) is unknown color: approx Chestnut. HEX triplet: B9, 50 and 40. RGB value is (185,80,64). Sum of RGB (Red+Green+Blue) = 185+80+64=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B95040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95040 is #46AFBF. Grayscale: #6D6D6D. Windows color (decimal): -4632512 or 4214969. OLE color: 4214969.

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

Color convert

RGB1858064-
CMYK00.570.650.27
HSL7.93º48.59%48.82%-
HSV(B)7.93º65.41%72.55%-
XYZ23.816.426.77-
YUV109.57102.29181.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=56.23%
G=24.32%
B=19.45%

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
Decimal185806400.570.650.277.9348.5948.82
HexB95040039411B83131
Octal27112010007110133106161
Binary101110011010000100000001110011000001110111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95040; }

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

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

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

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

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

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

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

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