#B47270

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

Shades of Coral Tree #B47270

Tints of Coral Tree #B47270

Color information

#B47270 (or 0xB47270) is unknown color: approx Coral Tree. HEX triplet: B4, 72 and 70. RGB value is (180,114,112). Sum of RGB (Red+Green+Blue) = 180+114+112=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B47270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47270 is #4B8D8F. Grayscale: #858585. Windows color (decimal): -4951440 or 7369396. OLE color: 7369396.

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

Color convert

RGB180114112-
CMYK00.370.380.29
HSL1.76º31.19%57.25%-
HSV(B)1.76º37.78%70.59%-
XYZ27.7622.9118.29-
YUV133.51115.87161.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=44.33%
G=28.08%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011411200.370.380.291.7631.1957.25
HexB47270025261D21f39
Octal264162160045463523771
Binary10110100111001011100000100101100110111011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47270; }

 p { color: rgb(180,114,112); }

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

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

 a { background-color: rgb(180,114,112); }

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

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

 span { border-color: rgb(180,114,112); }

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