#b47766

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

Shades of Coral Tree #B47766

Tints of Coral Tree #B47766

Color information

#B47766 (or 0xB47766) is unknown color: approx Coral Tree. HEX triplet: B4, 77 and 66. RGB value is (180,119,102). Sum of RGB (Red+Green+Blue) = 180+119+102=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B47766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47766 is #4B8899. Grayscale: #878787. Windows color (decimal): -4950170 or 6715316. OLE color: 6715316.

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

Color convert

RGB180119102-
CMYK00.340.430.29
HSL13.08º34.21%55.29%-
HSV(B)13.08º43.33%70.59%-
XYZ27.8223.8615.71-
YUV135.3109.21159.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 102 (40.23% from 255) = 25.44%
R=44.89%
G=29.68%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011910200.340.430.2913.0834.2155.29
HexB477660222B1Dd2237
Octal2641671460425335154267
Binary10110100111011111001100100010101011111011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b47766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b47766; }

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

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

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

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

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

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

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

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