#B47473

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

Shades of Coral Tree #B47473

Tints of Coral Tree #B47473

Color information

#B47473 (or 0xB47473) is unknown color: approx Coral Tree. HEX triplet: B4, 74 and 73. RGB value is (180,116,115). Sum of RGB (Red+Green+Blue) = 180+116+115=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B47473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47473 is #4B8B8C. Grayscale: #878787. Windows color (decimal): -4950925 or 7566516. OLE color: 7566516.

HSL color Cylindrical-coordinate representation of color #B47473: hue angle of 0.92º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47473 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB180116115-
CMYK00.360.360.29
HSL0.92º30.23%57.84%-
HSV(B)0.92º36.11%70.59%-
XYZ28.1623.4319.26-
YUV135.02116.7160.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=43.80%
G=28.22%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011611500.360.360.290.9230.2357.84
HexB47473024241D11e3a
Octal264164163044443513672
Binary1011010011101001110011010010010010011101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47473; }

 p { color: rgb(180,116,115); }

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

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

 a { background-color: rgb(180,116,115); }

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

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

 span { border-color: rgb(180,116,115); }

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