#B47474

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

Shades of Coral Tree #B47474

Tints of Coral Tree #B47474

Color information

#B47474 (or 0xB47474) is unknown color: approx Coral Tree. HEX triplet: B4, 74 and 74. RGB value is (180,116,116). Sum of RGB (Red+Green+Blue) = 180+116+116=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B47474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47474 is #4B8B8B. Grayscale: #878787. Windows color (decimal): -4950924 or 7632052. OLE color: 7632052.

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

Color convert

RGB180116116-
CMYK00.360.360.29
HSL29.91%58.04%-
HSV(B)35.56%70.59%-
XYZ28.2223.4619.56-
YUV135.14117.2160-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=43.69%
G=28.16%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011611600.360.360.29029.9158.04
HexB47474024241D01e3a
Octal264164164044443503672
Binary1011010011101001110100010010010010011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47474; }

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

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

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

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

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

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

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

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