#B55851

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

Shades of Chestnut #B55851

Tints of Chestnut #B55851

Color information

#B55851 (or 0xB55851) is unknown color: approx Chestnut. HEX triplet: B5, 58 and 51. RGB value is (181,88,81). Sum of RGB (Red+Green+Blue) = 181+88+81=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B55851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55851 is #4AA7AE. Grayscale: #737373. Windows color (decimal): -4892591 or 5331125. OLE color: 5331125.

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

Color convert

RGB1818881-
CMYK00.510.550.29
HSL4.2º40.32%51.37%-
HSV(B)4.2º55.25%70.98%-
XYZ24.0317.49.88-
YUV115.01108.81175.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=51.71%
G=25.14%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181888100.510.550.294.240.3251.37
HexB55851033371D42833
Octal265130121063673545063
Binary1011010110110001010001011001111011111101100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55851; }

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

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

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

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

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

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

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

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