#B55551

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

Shades of Chestnut #B55551

Tints of Chestnut #B55551

Color information

#B55551 (or 0xB55551) is unknown color: approx Chestnut. HEX triplet: B5, 55 and 51. RGB value is (181,85,81). Sum of RGB (Red+Green+Blue) = 181+85+81=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B55551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55551 is #4AAAAE. Grayscale: #717171. Windows color (decimal): -4893359 or 5330357. OLE color: 5330357.

HSL color Cylindrical-coordinate representation of color #B55551: hue angle of 2.4º 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 #B55551 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1818581-
CMYK00.530.550.29
HSL2.4º40.32%51.37%-
HSV(B)2.4º55.25%70.98%-
XYZ23.7916.919.8-
YUV113.25109.8176.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 81 (32.03% from 255) = 23.34%
R=52.16%
G=24.50%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181858100.530.550.292.440.3251.37
HexB55551035371D22833
Octal265125121065673525063
Binary101101011010101101000101101011101111110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55551; }

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

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

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

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

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

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

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

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