#B55151

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

Shades of Chestnut #B55151

Tints of Chestnut #B55151

Color information

#B55151 (or 0xB55151) is unknown color: approx Chestnut. HEX triplet: B5, 51 and 51. RGB value is (181,81,81). Sum of RGB (Red+Green+Blue) = 181+81+81=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B55151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55151 is #4AAEAE. Grayscale: #6F6F6F. Windows color (decimal): -4894383 or 5329333. OLE color: 5329333.

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

Color convert

RGB1818181-
CMYK00.550.550.29
HSL40.32%51.37%-
HSV(B)55.25%70.98%-
XYZ23.4816.39.69-
YUV110.9111.13178-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=52.77%
G=23.62%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181818100.550.550.29040.3251.37
HexB55151037371D02833
Octal265121121067673505063
Binary10110101101000110100010110111110111111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55151; }

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

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

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

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

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

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

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

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