#B47261

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

Shades of Coral Tree #B47261

Tints of Coral Tree #B47261

Color information

#B47261 (or 0xB47261) is unknown color: approx Coral Tree. HEX triplet: B4, 72 and 61. RGB value is (180,114,97). Sum of RGB (Red+Green+Blue) = 180+114+97=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B47261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47261 is #4B8D9E. Grayscale: #838383. Windows color (decimal): -4951455 or 6386356. OLE color: 6386356.

HSL color Cylindrical-coordinate representation of color #B47261: hue angle of 12.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47261 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18011497-
CMYK00.370.460.29
HSL12.29º35.62%54.31%-
HSV(B)12.29º46.11%70.59%-
XYZ2722.614.25-
YUV131.8108.37162.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=46.04%
G=29.16%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801149700.370.460.2912.2935.6254.31
HexB472610252E1Dc2436
Octal2641621410455635144466
Binary10110100111001011000010100101101110111011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47261; }

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

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

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

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

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

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

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

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