#B5554C

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

Shades of Chestnut #B5554C

Tints of Chestnut #B5554C

Color information

#B5554C (or 0xB5554C) is unknown color: approx Chestnut. HEX triplet: B5, 55 and 4C. RGB value is (181,85,76). Sum of RGB (Red+Green+Blue) = 181+85+76=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5554C is #4AAAB3. Grayscale: #707070. Windows color (decimal): -4893364 or 5002677. OLE color: 5002677.

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

Color convert

RGB1818576-
CMYK00.530.580.29
HSL5.14º41.5%50.39%-
HSV(B)5.14º58.01%70.98%-
XYZ23.6116.848.84-
YUV112.68107.3176.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 76 (30.08% from 255) = 22.22%
R=52.92%
G=24.85%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181857600.530.580.295.1441.550.39
HexB5554C0353A1D52a32
Octal265125114065723555262
Binary1011010110101011001100011010111101011101101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5554C; }

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

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

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

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

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

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

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

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