#B47864

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

Shades of Coral Tree #B47864

Tints of Coral Tree #B47864

Color information

#B47864 (or 0xB47864) is unknown color: approx Coral Tree. HEX triplet: B4, 78 and 64. RGB value is (180,120,100). Sum of RGB (Red+Green+Blue) = 180+120+100=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B47864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47864 is #4B879B. Grayscale: #878787. Windows color (decimal): -4949916 or 6584500. OLE color: 6584500.

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

Color convert

RGB180120100-
CMYK00.330.440.29
HSL15º34.78%54.9%-
HSV(B)15º44.44%70.59%-
XYZ27.8424.0615.23-
YUV135.66107.88159.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 100 (39.45% from 255) = 25%
R=45%
G=30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012010000.330.440.291534.7854.9
HexB478640212C1Df2337
Octal2641701440415435174367
Binary10110100111100011001000100001101100111011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47864; }

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

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

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

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

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

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

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

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