#B47161

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

Shades of Coral Tree #B47161

Tints of Coral Tree #B47161

Color information

#B47161 (or 0xB47161) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 61. RGB value is (180,113,97). Sum of RGB (Red+Green+Blue) = 180+113+97=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B47161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47161 is #4B8E9E. Grayscale: #838383. Windows color (decimal): -4951711 or 6386100. OLE color: 6386100.

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

Color convert

RGB18011397-
CMYK00.370.460.29
HSL11.57º35.62%54.31%-
HSV(B)11.57º46.11%70.59%-
XYZ26.8922.3814.21-
YUV131.21108.7162.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 97 (38.28% from 255) = 24.87%
R=46.15%
G=28.97%
B=24.87%

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
Decimal1801139700.370.460.2911.5735.6254.31
HexB471610252E1Dc2436
Octal2641611410455635144466
Binary10110100111000111000010100101101110111011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47161; }

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

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

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

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

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

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

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

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