Shades of Coral Tree #B17474
Tints of Coral Tree #B17474
RGB
CMYK
RGB Variations
Color information
#B17474 (or 0xB17474) is known color: Coral Tree. HEX triplet: B1, 74 and 74. RGB value is (177,116,116). Sum of RGB (Red+Green+Blue) = 177+116+116=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B17474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17474 is #4E8B8B. Grayscale: #868686. Windows color (decimal): -5147532 or 7632049. OLE color: 7632049.
HSL color Cylindrical-coordinate representation of color #B17474: hue angle of 0º degrees, saturation: 0.28, 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 #B17474 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 116 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.31 |
| HSL | 0º | 0.28% | 0.57% | - |
| HSV(B) | 0º | 0.34% | 0.69% | - |
| XYZ | 27.53 | 23.1 | 19.53 | - |
| YUV | 134.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 116 | 0 | 0.34 | 0.34 | 0.31 | 0 | 0.28 | 0.57 |
| Hex | B1 | 74 | 74 | 0 | 22 | 22 | 1F | 0 | 1C | 39 |
| Octal | 261 | 164 | 164 | 0 | 42 | 42 | 37 | 0 | 34 | 71 |
| Binary | 10110001 | 1110100 | 1110100 | 0 | 100010 | 100010 | 11111 | 0 | 11100 | 111001 |
Color Harmonies of #B17474
Complementary color
Monochromatic Colors of #B17474
Black with #B17474
Text Example
Text Example
White with #B17474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17474; }
p { color: rgb(177,116,116); }
H1.HeaderClassName
{
color: #B17474;
}
.AnyTagClassName
{
color: #B17474;
}
</style>
background-color css
<style>
a { background-color: #B17474; }
a { background-color: rgb(177,116,116); }
div.DivClassName
{
background-color: #B17474;
}
.BgClassName
{
background-color: #B17474;
}
</style>
border-color css
<style>
span { border-color: #B17474; }
span { border-color: rgb(177,116,116); }
td.TdClassName
{
border-color: #B17474;
}
.TagClassName
{
border-color: #B17474;
}
</style>