#B47165

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

Shades of Coral Tree #B47165

Tints of Coral Tree #B47165

Color information

#B47165 (or 0xB47165) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 65. RGB value is (180,113,101). Sum of RGB (Red+Green+Blue) = 180+113+101=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B47165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47165 is #4B8E9A. Grayscale: #838383. Windows color (decimal): -4951707 or 6648244. OLE color: 6648244.

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

Color convert

RGB180113101-
CMYK00.370.440.29
HSL9.11º34.5%55.1%-
HSV(B)9.11º43.89%70.59%-
XYZ27.0822.4515.22-
YUV131.67110.7162.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 101 (39.84% from 255) = 25.63%
R=45.69%
G=28.68%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011310100.370.440.299.1134.555.1
HexB471650252C1D92237
Octal2641611450455435114267
Binary10110100111000111001010100101101100111011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47165; }

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

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

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

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

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

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

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

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