#B47670

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

Shades of Coral Tree #B47670

Tints of Coral Tree #B47670

Color information

#B47670 (or 0xB47670) is unknown color: approx Coral Tree. HEX triplet: B4, 76 and 70. RGB value is (180,118,112). Sum of RGB (Red+Green+Blue) = 180+118+112=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B47670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47670 is #4B898F. Grayscale: #878787. Windows color (decimal): -4950416 or 7370420. OLE color: 7370420.

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

Color convert

RGB180118112-
CMYK00.340.380.29
HSL5.29º31.19%57.25%-
HSV(B)5.29º37.78%70.59%-
XYZ28.2323.8318.44-
YUV135.85114.54159.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=43.90%
G=28.78%
B=27.32%

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
Decimal18011811200.340.380.295.2931.1957.25
HexB47670022261D51f39
Octal264166160042463553771
Binary101101001110110111000001000101001101110110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47670; }

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

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

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

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

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

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

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

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