#B47365

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

Shades of Coral Tree #B47365

Tints of Coral Tree #B47365

Color information

#B47365 (or 0xB47365) is unknown color: approx Coral Tree. HEX triplet: B4, 73 and 65. RGB value is (180,115,101). Sum of RGB (Red+Green+Blue) = 180+115+101=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B47365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47365 is #4B8C9A. Grayscale: #848484. Windows color (decimal): -4951195 or 6648756. OLE color: 6648756.

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

Color convert

RGB180115101-
CMYK00.360.440.29
HSL10.63º34.5%55.1%-
HSV(B)10.63º43.89%70.59%-
XYZ27.322.915.29-
YUV132.84110.03161.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=45.45%
G=29.04%
B=25.51%

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
Decimal18011510100.360.440.2910.6334.555.1
HexB473650242C1Db2237
Octal2641631450445435134267
Binary10110100111001111001010100100101100111011011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47365; }

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

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

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

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

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

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

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

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