#B57060

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

Shades of Coral Tree #B57060

Tints of Coral Tree #B57060

Color information

#B57060 (or 0xB57060) is unknown color: approx Coral Tree. HEX triplet: B5, 70 and 60. RGB value is (181,112,96). Sum of RGB (Red+Green+Blue) = 181+112+96=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B57060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57060 is #4A8F9F. Grayscale: #828282. Windows color (decimal): -4886432 or 6320309. OLE color: 6320309.

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

Color convert

RGB18111296-
CMYK00.380.470.29
HSL11.29º36.48%54.31%-
HSV(B)11.29º46.96%70.98%-
XYZ26.9622.2613.94-
YUV130.81108.36163.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=46.53%
G=28.79%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811129600.380.470.2911.2936.4854.31
HexB570600262F1Db2436
Octal2651601400465735134466
Binary10110101111000011000000100110101111111011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57060; }

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

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

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

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

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

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

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

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