#B57160

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

Shades of Coral Tree #B57160

Tints of Coral Tree #B57160

Color information

#B57160 (or 0xB57160) is unknown color: approx Coral Tree. HEX triplet: B5, 71 and 60. RGB value is (181,113,96). Sum of RGB (Red+Green+Blue) = 181+113+96=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B57160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57160 is #4A8E9F. Grayscale: #838383. Windows color (decimal): -4886176 or 6320565. OLE color: 6320565.

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

Color convert

RGB18111396-
CMYK00.380.470.29
HSL12º36.48%54.31%-
HSV(B)12º46.96%70.98%-
XYZ27.0722.4813.98-
YUV131.39108.03163.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=46.41%
G=28.97%
B=24.62%

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
Decimal1811139600.380.470.291236.4854.31
HexB571600262F1Dc2436
Octal2651611400465735144466
Binary10110101111000111000000100110101111111011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57160; }

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

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

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

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

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

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

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

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