Shades of Coral Tree #B17575
Tints of Coral Tree #B17575
RGB
CMYK
RGB Variations
Color information
#B17575 (or 0xB17575) is known color: Coral Tree. HEX triplet: B1, 75 and 75. RGB value is (177,117,117). Sum of RGB (Red+Green+Blue) = 177+117+117=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B17575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17575 is #4E8A8A. Grayscale: #878787. Windows color (decimal): -5147275 or 7697841. OLE color: 7697841.
HSL color Cylindrical-coordinate representation of color #B17575: hue angle of 0º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17575 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 117 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.31 |
| HSL | 0º | 0.28% | 0.58% | - |
| HSV(B) | 0º | 0.34% | 0.69% | - |
| XYZ | 27.7 | 23.35 | 19.88 | - |
| YUV | 134.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 117 | 0 | 0.34 | 0.34 | 0.31 | 0 | 0.28 | 0.58 |
| Hex | B1 | 75 | 75 | 0 | 22 | 22 | 1F | 0 | 1C | 3A |
| Octal | 261 | 165 | 165 | 0 | 42 | 42 | 37 | 0 | 34 | 72 |
| Binary | 10110001 | 1110101 | 1110101 | 0 | 100010 | 100010 | 11111 | 0 | 11100 | 111010 |
Color Harmonies of #B17575
Complementary color
Monochromatic Colors of #B17575
Black with #B17575
Text Example
Text Example
White with #B17575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17575; }
p { color: rgb(177,117,117); }
H1.HeaderClassName
{
color: #B17575;
}
.AnyTagClassName
{
color: #B17575;
}
</style>
background-color css
<style>
a { background-color: #B17575; }
a { background-color: rgb(177,117,117); }
div.DivClassName
{
background-color: #B17575;
}
.BgClassName
{
background-color: #B17575;
}
</style>
border-color css
<style>
span { border-color: #B17575; }
span { border-color: rgb(177,117,117); }
td.TdClassName
{
border-color: #B17575;
}
.TagClassName
{
border-color: #B17575;
}
</style>