#B55248

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

Shades of Chestnut #B55248

Tints of Chestnut #B55248

Color information

#B55248 (or 0xB55248) is unknown color: approx Chestnut. HEX triplet: B5, 52 and 48. RGB value is (181,82,72). Sum of RGB (Red+Green+Blue) = 181+82+72=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B55248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55248 is #4AADB7. Grayscale: #6E6E6E. Windows color (decimal): -4894136 or 4739765. OLE color: 4739765.

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

Color convert

RGB1818272-
CMYK00.550.600.29
HSL5.5º43.08%49.61%-
HSV(B)5.5º60.22%70.98%-
XYZ23.2416.338.06-
YUV110.46106.3178.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=54.03%
G=24.48%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181827200.550.600.295.543.0849.61
HexB552480373C1D62b32
Octal265122110067743565362
Binary1011010110100101001000011011111110011101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55248; }

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

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

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

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

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

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

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

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