#B5504D

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

Shades of Chestnut #B5504D

Tints of Chestnut #B5504D

Color information

#B5504D (or 0xB5504D) is unknown color: approx Chestnut. HEX triplet: B5, 50 and 4D. RGB value is (181,80,77). Sum of RGB (Red+Green+Blue) = 181+80+77=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5504D is #4AAFB2. Grayscale: #6D6D6D. Windows color (decimal): -4894643 or 5066933. OLE color: 5066933.

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

Color convert

RGB1818077-
CMYK00.560.570.29
HSL1.73º41.27%50.59%-
HSV(B)1.73º57.46%70.98%-
XYZ23.2616.18.9-
YUV109.86109.46178.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.55%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 77 (30.47% from 255) = 22.78%
R=53.55%
G=23.67%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181807700.560.570.291.7341.2750.59
HexB5504D038391D22933
Octal265120115070713525163
Binary101101011010000100110101110001110011110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5504D; }

 p { color: rgb(181,80,77); }

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

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

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

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

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

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

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