#B15151

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

Shades of Chestnut #B15151

Tints of Chestnut #B15151

Color information

#B15151 (or 0xB15151) is unknown color: approx Chestnut. HEX triplet: B1, 51 and 51. RGB value is (177,81,81). Sum of RGB (Red+Green+Blue) = 177+81+81=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B15151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15151 is #4EAEAE. Grayscale: #6D6D6D. Windows color (decimal): -5156527 or 5329329. OLE color: 5329329.

HSL color Cylindrical-coordinate representation of color #B15151: hue angle of 0º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15151 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1778181-
CMYK00.540.540.31
HSL38.1%50.59%-
HSV(B)54.24%69.41%-
XYZ22.5615.839.65-
YUV109.7111.8176-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=52.21%
G=23.89%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177818100.540.540.31038.150.59
HexB15151036361F02633
Octal261121121066663704663
Binary10110001101000110100010110110110110111110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15151; }

 p { color: rgb(177,81,81); }

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

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

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

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

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

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

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