#B47465

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

Shades of Coral Tree #B47465

Tints of Coral Tree #B47465

Color information

#B47465 (or 0xB47465) is unknown color: approx Coral Tree. HEX triplet: B4, 74 and 65. RGB value is (180,116,101). Sum of RGB (Red+Green+Blue) = 180+116+101=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B47465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47465 is #4B8B9A. Grayscale: #858585. Windows color (decimal): -4950939 or 6649012. OLE color: 6649012.

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

Color convert

RGB180116101-
CMYK00.360.440.29
HSL11.39º34.5%55.1%-
HSV(B)11.39º43.89%70.59%-
XYZ27.4223.1315.33-
YUV133.43109.7161.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 101 (39.84% from 255) = 25.44%
R=45.34%
G=29.22%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011610100.360.440.2911.3934.555.1
HexB474650242C1Db2237
Octal2641641450445435134267
Binary10110100111010011001010100100101100111011011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47465; }

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

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

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

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

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

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

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

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