#B55650

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

Shades of Chestnut #B55650

Tints of Chestnut #B55650

Color information

#B55650 (or 0xB55650) is unknown color: approx Chestnut. HEX triplet: B5, 56 and 50. RGB value is (181,86,80). Sum of RGB (Red+Green+Blue) = 181+86+80=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B55650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55650 is #4AA9AF. Grayscale: #717171. Windows color (decimal): -4893104 or 5265077. OLE color: 5265077.

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

Color convert

RGB1818680-
CMYK00.520.560.29
HSL3.56º40.56%51.18%-
HSV(B)3.56º55.8%70.98%-
XYZ23.8317.069.63-
YUV113.72108.97175.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=52.16%
G=24.78%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181868000.520.560.293.5640.5651.18
HexB55650034381D42933
Octal265126120064703545163
Binary1011010110101101010000011010011100011101100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55650; }

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

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

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

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

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

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

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

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