#B47466

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

Shades of Coral Tree #B47466

Tints of Coral Tree #B47466

Color information

#B47466 (or 0xB47466) is unknown color: approx Coral Tree. HEX triplet: B4, 74 and 66. RGB value is (180,116,102). Sum of RGB (Red+Green+Blue) = 180+116+102=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B47466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47466 is #4B8B99. Grayscale: #858585. Windows color (decimal): -4950938 or 6714548. OLE color: 6714548.

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

Color convert

RGB180116102-
CMYK00.360.430.29
HSL10.77º34.21%55.29%-
HSV(B)10.77º43.33%70.59%-
XYZ27.4723.1515.59-
YUV133.54110.2161.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 102 (40.23% from 255) = 25.63%
R=45.23%
G=29.15%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011610200.360.430.2910.7734.2155.29
HexB474660242B1Db2237
Octal2641641460445335134267
Binary10110100111010011001100100100101011111011011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47466; }

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

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

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

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

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

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

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

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