#B57770

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

Shades of Coral Tree #B57770

Tints of Coral Tree #B57770

Color information

#B57770 (or 0xB57770) is unknown color: approx Coral Tree. HEX triplet: B5, 77 and 70. RGB value is (181,119,112). Sum of RGB (Red+Green+Blue) = 181+119+112=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B57770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57770 is #4A888F. Grayscale: #888888. Windows color (decimal): -4884624 or 7370677. OLE color: 7370677.

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

Color convert

RGB181119112-
CMYK00.340.380.29
HSL6.09º31.8%57.45%-
HSV(B)6.09º38.12%70.98%-
XYZ28.5824.1918.49-
YUV136.74114.04159.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=43.93%
G=28.88%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111911200.340.380.296.0931.857.45
HexB57770022261D62039
Octal265167160042463564071
Binary1011010111101111110000010001010011011101110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57770; }

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

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

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

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

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

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

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

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