Shades of Turkish Rose #BB7173
Tints of Turkish Rose #BB7173
RGB
CMYK
RGB Variations
Color information
#BB7173 (or 0xBB7173) is known color: Turkish Rose. HEX triplet: BB, 71 and 73. RGB value is (187,113,115). Sum of RGB (Red+Green+Blue) = 187+113+115=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7173 is #448E8C. Grayscale: #878787. Windows color (decimal): -4492941 or 7565755. OLE color: 7565755.
HSL color Cylindrical-coordinate representation of color #BB7173: hue angle of 358.38º 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 #BB7173 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 115 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.27 |
| HSL | 358.38º | 0.35% | 0.59% | - |
| HSV(B) | 358.38º | 0.4% | 0.73% | - |
| XYZ | 29.49 | 23.61 | 19.22 | - |
| YUV | 135.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 115 | 0 | 0.40 | 0.39 | 0.27 | 358.38 | 0.35 | 0.59 |
| Hex | BB | 71 | 73 | 0 | 28 | 27 | 1B | 166 | 23 | 3B |
| Octal | 273 | 161 | 163 | 0 | 50 | 47 | 33 | 546 | 43 | 73 |
| Binary | 10111011 | 1110001 | 1110011 | 0 | 101000 | 100111 | 11011 | 101100110 | 100011 | 111011 |
Color Harmonies of #BB7173
Complementary color
Monochromatic Colors of #BB7173
Black with #BB7173
Text Example
Text Example
White with #BB7173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7173; }
p { color: rgb(187,113,115); }
H1.HeaderClassName
{
color: #BB7173;
}
.AnyTagClassName
{
color: #BB7173;
}
</style>
background-color css
<style>
a { background-color: #BB7173; }
a { background-color: rgb(187,113,115); }
div.DivClassName
{
background-color: #BB7173;
}
.BgClassName
{
background-color: #BB7173;
}
</style>
border-color css
<style>
span { border-color: #BB7173; }
span { border-color: rgb(187,113,115); }
td.TdClassName
{
border-color: #BB7173;
}
.TagClassName
{
border-color: #BB7173;
}
</style>