#B55251

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

Shades of Chestnut #B55251

Tints of Chestnut #B55251

Color information

#B55251 (or 0xB55251) is unknown color: approx Chestnut. HEX triplet: B5, 52 and 51. RGB value is (181,82,81). Sum of RGB (Red+Green+Blue) = 181+82+81=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B55251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55251 is #4AADAE. Grayscale: #6F6F6F. Windows color (decimal): -4894127 or 5329589. OLE color: 5329589.

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

Color convert

RGB1818281-
CMYK00.550.550.29
HSL0.6º40.32%51.37%-
HSV(B)0.6º55.25%70.98%-
XYZ23.5616.459.72-
YUV111.49110.8177.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=52.62%
G=23.84%
B=23.55%

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
Decimal181828100.550.550.290.640.3251.37
HexB55251037371D12833
Octal265122121067673515063
Binary10110101101001010100010110111110111111011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55251; }

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

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

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

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

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

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

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

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