#B5504B

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

Shades of Chestnut #B5504B

Tints of Chestnut #B5504B

Color information

#B5504B (or 0xB5504B) is unknown color: approx Chestnut. HEX triplet: B5, 50 and 4B. RGB value is (181,80,75). Sum of RGB (Red+Green+Blue) = 181+80+75=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B5504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5504B is #4AAFB4. Grayscale: #6D6D6D. Windows color (decimal): -4894645 or 4935861. OLE color: 4935861.

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

Color convert

RGB1818075-
CMYK00.560.590.29
HSL2.83º41.73%50.2%-
HSV(B)2.83º58.56%70.98%-
XYZ23.1916.078.54-
YUV109.63108.46178.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=53.87%
G=23.81%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181807500.560.590.292.8341.7350.2
HexB5504B0383B1D32a32
Octal265120113070733535262
Binary101101011010000100101101110001110111110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5504B; }

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

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

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

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

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

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

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

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