#B95141

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

Shades of Chestnut #B95141

Tints of Chestnut #B95141

Color information

#B95141 (or 0xB95141) is unknown color: approx Chestnut. HEX triplet: B9, 51 and 41. RGB value is (185,81,65). Sum of RGB (Red+Green+Blue) = 185+81+65=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B95141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95141 is #46AEBE. Grayscale: #6E6E6E. Windows color (decimal): -4632255 or 4280761. OLE color: 4280761.

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

Color convert

RGB1858165-
CMYK00.560.650.27
HSL48%49.02%-
HSV(B)64.86%72.55%-
XYZ23.916.586.94-
YUV110.27102.46181.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.89%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=55.89%
G=24.47%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185816500.560.650.2784849.02
HexB95141038411B83031
Octal27112110107010133106061
Binary101110011010001100000101110001000001110111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95141; }

 p { color: rgb(185,81,65); }

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

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

 a { background-color: rgb(185,81,65); }

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

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

 span { border-color: rgb(185,81,65); }

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