#B47168

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

Shades of Coral Tree #B47168

Tints of Coral Tree #B47168

Color information

#B47168 (or 0xB47168) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 68. RGB value is (180,113,104). Sum of RGB (Red+Green+Blue) = 180+113+104=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B47168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47168 is #4B8E97. Grayscale: #848484. Windows color (decimal): -4951704 or 6844852. OLE color: 6844852.

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

Color convert

RGB180113104-
CMYK00.370.420.29
HSL7.11º33.63%55.69%-
HSV(B)7.11º42.22%70.59%-
XYZ27.2322.5116.01-
YUV132.01112.2162.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=45.34%
G=28.46%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011310400.370.420.297.1133.6355.69
HexB471680252A1D72238
Octal264161150045523574270
Binary1011010011100011101000010010110101011101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47168; }

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

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

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

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

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

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

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

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