#B47160

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

Shades of Coral Tree #B47160

Tints of Coral Tree #B47160

Color information

#B47160 (or 0xB47160) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 60. RGB value is (180,113,96). Sum of RGB (Red+Green+Blue) = 180+113+96=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B47160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47160 is #4B8E9F. Grayscale: #838383. Windows color (decimal): -4951712 or 6320564. OLE color: 6320564.

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

Color convert

RGB18011396-
CMYK00.370.470.29
HSL12.14º35.9%54.12%-
HSV(B)12.14º46.67%70.59%-
XYZ26.8422.3613.97-
YUV131.1108.2162.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=46.27%
G=29.05%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801139600.370.470.2912.1435.954.12
HexB471600252F1Dc2436
Octal2641611400455735144466
Binary10110100111000111000000100101101111111011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47160; }

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

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

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

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

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

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

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

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