#B56860

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

Shades of Coral Tree #B56860

Tints of Coral Tree #B56860

Color information

#B56860 (or 0xB56860) is unknown color: approx Coral Tree. HEX triplet: B5, 68 and 60. RGB value is (181,104,96). Sum of RGB (Red+Green+Blue) = 181+104+96=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B56860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56860 is #4A979F. Grayscale: #7E7E7E. Windows color (decimal): -4888480 or 6318261. OLE color: 6318261.

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

Color convert

RGB18110496-
CMYK00.430.470.29
HSL5.65º36.48%54.31%-
HSV(B)5.65º46.96%70.98%-
XYZ26.1220.5713.66-
YUV126.11111.01167.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=47.51%
G=27.30%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811049600.430.470.295.6536.4854.31
HexB5686002B2F1D62436
Octal265150140053573564466
Binary1011010111010001100000010101110111111101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56860; }

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

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

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

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

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

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

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

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