#B47676

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

Shades of Coral Tree #B47676

Tints of Coral Tree #B47676

Color information

#B47676 (or 0xB47676) is unknown color: approx Coral Tree. HEX triplet: B4, 76 and 76. RGB value is (180,118,118). Sum of RGB (Red+Green+Blue) = 180+118+118=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B47676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47676 is #4B8989. Grayscale: #888888. Windows color (decimal): -4950410 or 7763636. OLE color: 7763636.

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

Color convert

RGB180118118-
CMYK00.340.340.29
HSL29.25%58.43%-
HSV(B)34.44%70.59%-
XYZ28.5723.9720.26-
YUV136.54117.54159-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=43.27%
G=28.37%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011811800.340.340.29029.2558.43
HexB47676022221D01d3a
Octal264166166042423503572
Binary1011010011101101110110010001010001011101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47676; }

 p { color: rgb(180,118,118); }

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

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

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

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

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

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

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