#B47565

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

Shades of Coral Tree #B47565

Tints of Coral Tree #B47565

Color information

#B47565 (or 0xB47565) is unknown color: approx Coral Tree. HEX triplet: B4, 75 and 65. RGB value is (180,117,101). Sum of RGB (Red+Green+Blue) = 180+117+101=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B47565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47565 is #4B8A9A. Grayscale: #868686. Windows color (decimal): -4950683 or 6649268. OLE color: 6649268.

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

Color convert

RGB180117101-
CMYK00.350.440.29
HSL12.15º34.5%55.1%-
HSV(B)12.15º43.89%70.59%-
XYZ27.5323.3715.37-
YUV134.01109.37160.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=45.23%
G=29.40%
B=25.38%

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
Decimal18011710100.350.440.2912.1534.555.1
HexB475650232C1Dc2237
Octal2641651450435435144267
Binary10110100111010111001010100011101100111011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47565; }

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

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

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

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

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

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

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

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