#B47575

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

Shades of Coral Tree #B47575

Tints of Coral Tree #B47575

Color information

#B47575 (or 0xB47575) is unknown color: approx Coral Tree. HEX triplet: B4, 75 and 75. RGB value is (180,117,117). Sum of RGB (Red+Green+Blue) = 180+117+117=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47575 is #4B8A8A. Grayscale: #878787. Windows color (decimal): -4950667 or 7697844. OLE color: 7697844.

HSL color Cylindrical-coordinate representation of color #B47575: 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.35%. Process color model (Four color, CMYK) of #B47575 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB180117117-
CMYK00.350.350.29
HSL29.58%58.24%-
HSV(B)35%70.59%-
XYZ28.3923.7119.91-
YUV135.84117.37159.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=43.48%
G=28.26%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011711700.350.350.29029.5858.24
HexB47575023231D01e3a
Octal264165165043433503672
Binary1011010011101011110101010001110001111101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47575; }

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

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

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

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

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

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

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

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