#B57560

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

Shades of Coral Tree #B57560

Tints of Coral Tree #B57560

Color information

#B57560 (or 0xB57560) is unknown color: approx Coral Tree. HEX triplet: B5, 75 and 60. RGB value is (181,117,96). Sum of RGB (Red+Green+Blue) = 181+117+96=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B57560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57560 is #4A8A9F. Grayscale: #858585. Windows color (decimal): -4885152 or 6321589. OLE color: 6321589.

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

Color convert

RGB18111796-
CMYK00.350.470.29
HSL14.82º36.48%54.31%-
HSV(B)14.82º46.96%70.98%-
XYZ27.5323.3914.13-
YUV133.74106.7161.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=45.94%
G=29.70%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811179600.350.470.2914.8236.4854.31
HexB575600232F1Df2436
Octal2651651400435735174466
Binary10110101111010111000000100011101111111011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57560; }

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

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

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

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

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

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

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

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