#B55750

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

Shades of Chestnut #B55750

Tints of Chestnut #B55750

Color information

#B55750 (or 0xB55750) is unknown color: approx Chestnut. HEX triplet: B5, 57 and 50. RGB value is (181,87,80). Sum of RGB (Red+Green+Blue) = 181+87+80=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B55750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55750 is #4AA8AF. Grayscale: #727272. Windows color (decimal): -4892848 or 5265333. OLE color: 5265333.

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

Color convert

RGB1818780-
CMYK00.520.560.29
HSL4.16º40.56%51.18%-
HSV(B)4.16º55.8%70.98%-
XYZ23.9117.229.65-
YUV114.31108.64175.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=52.01%
G=25%
B=22.99%

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
Decimal181878000.520.560.294.1640.5651.18
HexB55750034381D42933
Octal265127120064703545163
Binary1011010110101111010000011010011100011101100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55750; }

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

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

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

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

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

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

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

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