#B47764

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

Shades of Coral Tree #B47764

Tints of Coral Tree #B47764

Color information

#B47764 (or 0xB47764) is unknown color: approx Coral Tree. HEX triplet: B4, 77 and 64. RGB value is (180,119,100). Sum of RGB (Red+Green+Blue) = 180+119+100=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B47764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47764 is #4B889B. Grayscale: #878787. Windows color (decimal): -4950172 or 6584244. OLE color: 6584244.

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

Color convert

RGB180119100-
CMYK00.340.440.29
HSL14.25º34.78%54.9%-
HSV(B)14.25º44.44%70.59%-
XYZ27.7223.8215.19-
YUV135.07108.21160.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 100 (39.45% from 255) = 25.06%
R=45.11%
G=29.82%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011910000.340.440.2914.2534.7854.9
HexB477640222C1De2337
Octal2641671440425435164367
Binary10110100111011111001000100010101100111011110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47764; }

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

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

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

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

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

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

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

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