#B47768

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

Shades of Coral Tree #B47768

Tints of Coral Tree #B47768

Color information

#B47768 (or 0xB47768) is unknown color: approx Coral Tree. HEX triplet: B4, 77 and 68. RGB value is (180,119,104). Sum of RGB (Red+Green+Blue) = 180+119+104=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B47768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47768 is #4B8897. Grayscale: #878787. Windows color (decimal): -4950168 or 6846388. OLE color: 6846388.

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

Color convert

RGB180119104-
CMYK00.340.420.29
HSL11.84º33.63%55.69%-
HSV(B)11.84º42.22%70.59%-
XYZ27.9223.916.24-
YUV135.53110.21159.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=44.67%
G=29.53%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011910400.340.420.2911.8433.6355.69
HexB477680222A1Dc2238
Octal2641671500425235144270
Binary10110100111011111010000100010101010111011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47768; }

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

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

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

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

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

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

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

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