#B55454

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

Shades of Chestnut #B55454

Tints of Chestnut #B55454

Color information

#B55454 (or 0xB55454) is unknown color: approx Chestnut. HEX triplet: B5, 54 and 54. RGB value is (181,84,84). Sum of RGB (Red+Green+Blue) = 181+84+84=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B55454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55454 is #4AABAB. Grayscale: #717171. Windows color (decimal): -4893612 or 5526709. OLE color: 5526709.

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

Color convert

RGB1818484-
CMYK00.540.540.29
HSL39.59%51.96%-
HSV(B)53.59%70.98%-
XYZ23.8316.810.38-
YUV113111.64176.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=51.86%
G=24.07%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181848400.540.540.29039.5951.96
HexB55454036361D02834
Octal265124124066663505064
Binary10110101101010010101000110110110110111010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55454; }

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

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

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

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

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

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

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

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