#B47371

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

Shades of Coral Tree #B47371

Tints of Coral Tree #B47371

Color information

#B47371 (or 0xB47371) is unknown color: approx Coral Tree. HEX triplet: B4, 73 and 71. RGB value is (180,115,113). Sum of RGB (Red+Green+Blue) = 180+115+113=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B47371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47371 is #4B8C8E. Grayscale: #868686. Windows color (decimal): -4951183 or 7435188. OLE color: 7435188.

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

Color convert

RGB180115113-
CMYK00.360.370.29
HSL1.79º30.88%57.45%-
HSV(B)1.79º37.22%70.59%-
XYZ27.9323.1618.62-
YUV134.21116.03160.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=44.12%
G=28.19%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011511300.360.370.291.7930.8857.45
HexB47371024251D21f39
Octal264163161044453523771
Binary10110100111001111100010100100100101111011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47371; }

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

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

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

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

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

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

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

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