#B07575

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

Shades of Coral Tree #B07575

Tints of Coral Tree #B07575

Color information

#B07575 (or 0xB07575) is unknown color: approx Coral Tree. HEX triplet: B0, 75 and 75. RGB value is (176,117,117). Sum of RGB (Red+Green+Blue) = 176+117+117=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B07575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07575 is #4F8A8A. Grayscale: #868686. Windows color (decimal): -5212811 or 7697840. OLE color: 7697840.

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

Color convert

RGB176117117-
CMYK00.340.340.31
HSL27.19%57.45%-
HSV(B)33.52%69.02%-
XYZ27.4823.2419.87-
YUV134.64118.05157.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=42.93%
G=28.54%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611711700.340.340.31027.1957.45
HexB07575022221F01b39
Octal260165165042423703371
Binary1011000011101011110101010001010001011111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07575; }

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

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

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

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

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

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

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

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