#B56060

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

Shades of Coral Tree #B56060

Tints of Coral Tree #B56060

Color information

#B56060 (or 0xB56060) is unknown color: approx Coral Tree. HEX triplet: B5, 60 and 60. RGB value is (181,96,96). Sum of RGB (Red+Green+Blue) = 181+96+96=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B56060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56060 is #4A9F9F. Grayscale: #797979. Windows color (decimal): -4890528 or 6316213. OLE color: 6316213.

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

Color convert

RGB1819696-
CMYK00.470.470.29
HSL36.48%54.31%-
HSV(B)46.96%70.98%-
XYZ25.3519.0313.4-
YUV121.42113.66170.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=48.53%
G=25.74%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181969600.470.470.29036.4854.31
HexB5606002F2F1D02436
Octal265140140057573504466
Binary10110101110000011000000101111101111111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56060; }

 p { color: rgb(181,96,96); }

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

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

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

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

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

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

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