#B47866

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

Shades of Coral Tree #B47866

Tints of Coral Tree #B47866

Color information

#B47866 (or 0xB47866) is unknown color: approx Coral Tree. HEX triplet: B4, 78 and 66. RGB value is (180,120,102). Sum of RGB (Red+Green+Blue) = 180+120+102=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B47866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47866 is #4B8799. Grayscale: #888888. Windows color (decimal): -4949914 or 6715572. OLE color: 6715572.

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

Color convert

RGB180120102-
CMYK00.330.430.29
HSL13.85º34.21%55.29%-
HSV(B)13.85º43.33%70.59%-
XYZ27.9424.115.75-
YUV135.89108.88159.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=44.78%
G=29.85%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012010200.330.430.2913.8534.2155.29
HexB478660212B1De2237
Octal2641701460415335164267
Binary10110100111100011001100100001101011111011110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47866; }

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

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

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

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

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

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

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

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