#B47564

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

Shades of Coral Tree #B47564

Tints of Coral Tree #B47564

Color information

#B47564 (or 0xB47564) is unknown color: approx Coral Tree. HEX triplet: B4, 75 and 64. RGB value is (180,117,100). Sum of RGB (Red+Green+Blue) = 180+117+100=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B47564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47564 is #4B8A9B. Grayscale: #868686. Windows color (decimal): -4950684 or 6583732. OLE color: 6583732.

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

Color convert

RGB180117100-
CMYK00.350.440.29
HSL12.75º34.78%54.9%-
HSV(B)12.75º44.44%70.59%-
XYZ27.4823.3515.11-
YUV133.9108.87160.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 117 (46.09% from 255) = 29.47%
BLUE value IS 100 (39.45% from 255) = 25.19%
R=45.34%
G=29.47%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011710000.350.440.2912.7534.7854.9
HexB475640232C1Dd2337
Octal2641651440435435154367
Binary10110100111010111001000100011101100111011101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47564; }

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

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

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

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

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

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

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

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