#B5554E

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

Shades of Chestnut #B5554E

Tints of Chestnut #B5554E

Color information

#B5554E (or 0xB5554E) is unknown color: approx Chestnut. HEX triplet: B5, 55 and 4E. RGB value is (181,85,78). Sum of RGB (Red+Green+Blue) = 181+85+78=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5554E is #4AAAB1. Grayscale: #717171. Windows color (decimal): -4893362 or 5133749. OLE color: 5133749.

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

Color convert

RGB1818578-
CMYK00.530.570.29
HSL4.08º41.04%50.78%-
HSV(B)4.08º56.91%70.98%-
XYZ23.6816.879.22-
YUV112.91108.3176.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=52.62%
G=24.71%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181857800.530.570.294.0841.0450.78
HexB5554E035391D42933
Octal265125116065713545163
Binary1011010110101011001110011010111100111101100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5554E; }

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

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

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

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

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

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

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

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