#B47061

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

Shades of Coral Tree #B47061

Tints of Coral Tree #B47061

Color information

#B47061 (or 0xB47061) is unknown color: approx Coral Tree. HEX triplet: B4, 70 and 61. RGB value is (180,112,97). Sum of RGB (Red+Green+Blue) = 180+112+97=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B47061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47061 is #4B8F9E. Grayscale: #828282. Windows color (decimal): -4951967 or 6385844. OLE color: 6385844.

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

Color convert

RGB18011297-
CMYK00.380.460.29
HSL10.84º35.62%54.31%-
HSV(B)10.84º46.11%70.59%-
XYZ26.7722.1514.17-
YUV130.62109.03163.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=46.27%
G=28.79%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801129700.380.460.2910.8435.6254.31
HexB470610262E1Db2436
Octal2641601410465635134466
Binary10110100111000011000010100110101110111011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47061; }

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

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

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

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

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

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

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

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