#B47265

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

Shades of Coral Tree #B47265

Tints of Coral Tree #B47265

Color information

#B47265 (or 0xB47265) is unknown color: approx Coral Tree. HEX triplet: B4, 72 and 65. RGB value is (180,114,101). Sum of RGB (Red+Green+Blue) = 180+114+101=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B47265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47265 is #4B8D9A. Grayscale: #848484. Windows color (decimal): -4951451 or 6648500. OLE color: 6648500.

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

Color convert

RGB180114101-
CMYK00.370.440.29
HSL9.87º34.5%55.1%-
HSV(B)9.87º43.89%70.59%-
XYZ27.1922.6815.26-
YUV132.25110.37162.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=45.57%
G=28.86%
B=25.57%

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
Decimal18011410100.370.440.299.8734.555.1
HexB472650252C1Da2237
Octal2641621450455435124267
Binary10110100111001011001010100101101100111011010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47265; }

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

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

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

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

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

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

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

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