#b47574

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

Shades of Coral Tree #B47574

Tints of Coral Tree #B47574

Color information

#B47574 (or 0xB47574) is unknown color: approx Coral Tree. HEX triplet: B4, 75 and 74. RGB value is (180,117,116). Sum of RGB (Red+Green+Blue) = 180+117+116=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B47574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47574 is #4B8A8B. Grayscale: #878787. Windows color (decimal): -4950668 or 7632308. OLE color: 7632308.

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

Color convert

RGB180117116-
CMYK00.350.360.29
HSL0.94º29.91%58.04%-
HSV(B)0.94º35.56%70.59%-
XYZ28.3423.6919.6-
YUV135.72116.87159.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=43.58%
G=28.33%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011711600.350.360.290.9429.9158.04
HexB47574023241D11e3a
Octal264165164043443513672
Binary1011010011101011110100010001110010011101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b47574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b47574; }

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

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

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

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

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

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

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

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