#B47674

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

Shades of Coral Tree #B47674

Tints of Coral Tree #B47674

Color information

#B47674 (or 0xB47674) is unknown color: approx Coral Tree. HEX triplet: B4, 76 and 74. RGB value is (180,118,116). Sum of RGB (Red+Green+Blue) = 180+118+116=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47674 is #4B898B. Grayscale: #888888. Windows color (decimal): -4950412 or 7632564. OLE color: 7632564.

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

Color convert

RGB180118116-
CMYK00.340.360.29
HSL1.88º29.91%58.04%-
HSV(B)1.88º35.56%70.59%-
XYZ28.4523.9219.64-
YUV136.31116.54159.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=43.48%
G=28.50%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011811600.340.360.291.8829.9158.04
HexB47674022241D21e3a
Octal264166164042443523672
Binary10110100111011011101000100010100100111011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47674; }

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

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

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

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

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

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

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

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