Shades of Turkish Rose #BB7172
Tints of Turkish Rose #BB7172
RGB
CMYK
RGB Variations
Color information
#BB7172 (or 0xBB7172) is known color: Turkish Rose. HEX triplet: BB, 71 and 72. RGB value is (187,113,114). Sum of RGB (Red+Green+Blue) = 187+113+114=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7172 is #448E8D. Grayscale: #878787. Windows color (decimal): -4492942 or 7500219. OLE color: 7500219.
HSL color Cylindrical-coordinate representation of color #BB7172: hue angle of 359.19º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7172 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 114 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.27 |
| HSL | 359.19º | 0.35% | 0.59% | - |
| HSV(B) | 359.19º | 0.4% | 0.73% | - |
| XYZ | 29.44 | 23.59 | 18.92 | - |
| YUV | 135.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 114 | 0 | 0.40 | 0.39 | 0.27 | 359.19 | 0.35 | 0.59 |
| Hex | BB | 71 | 72 | 0 | 28 | 27 | 1B | 167 | 23 | 3B |
| Octal | 273 | 161 | 162 | 0 | 50 | 47 | 33 | 547 | 43 | 73 |
| Binary | 10111011 | 1110001 | 1110010 | 0 | 101000 | 100111 | 11011 | 101100111 | 100011 | 111011 |
Color Harmonies of #BB7172
Complementary color
Monochromatic Colors of #BB7172
Black with #BB7172
Text Example
Text Example
White with #BB7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7172; }
p { color: rgb(187,113,114); }
H1.HeaderClassName
{
color: #BB7172;
}
.AnyTagClassName
{
color: #BB7172;
}
</style>
background-color css
<style>
a { background-color: #BB7172; }
a { background-color: rgb(187,113,114); }
div.DivClassName
{
background-color: #BB7172;
}
.BgClassName
{
background-color: #BB7172;
}
</style>
border-color css
<style>
span { border-color: #BB7172; }
span { border-color: rgb(187,113,114); }
td.TdClassName
{
border-color: #BB7172;
}
.TagClassName
{
border-color: #BB7172;
}
</style>