Shades of Turkish Rose #B87078
Tints of Turkish Rose #B87078
RGB
CMYK
RGB Variations
Color information
#B87078 (or 0xB87078) is known color: Turkish Rose. HEX triplet: B8, 70 and 78. RGB value is (184,112,120). Sum of RGB (Red+Green+Blue) = 184+112+120=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B87078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87078 is #478F87. Grayscale: #868686. Windows color (decimal): -4689800 or 7893176. OLE color: 7893176.
HSL color Cylindrical-coordinate representation of color #B87078: hue angle of 353.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87078 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 120 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.28 |
| HSL | 353.33º | 0.34% | 0.58% | - |
| HSV(B) | 353.33º | 0.39% | 0.72% | - |
| XYZ | 28.95 | 23.13 | 20.71 | - |
| YUV | 134.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 120 | 0 | 0.39 | 0.35 | 0.28 | 353.33 | 0.34 | 0.58 |
| Hex | B8 | 70 | 78 | 0 | 27 | 23 | 1C | 161 | 22 | 3A |
| Octal | 270 | 160 | 170 | 0 | 47 | 43 | 34 | 541 | 42 | 72 |
| Binary | 10111000 | 1110000 | 1111000 | 0 | 100111 | 100011 | 11100 | 101100001 | 100010 | 111010 |
Color Harmonies of #B87078
Complementary color
Monochromatic Colors of #B87078
Black with #B87078
Text Example
Text Example
White with #B87078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87078; }
p { color: rgb(184,112,120); }
H1.HeaderClassName
{
color: #B87078;
}
.AnyTagClassName
{
color: #B87078;
}
</style>
background-color css
<style>
a { background-color: #B87078; }
a { background-color: rgb(184,112,120); }
div.DivClassName
{
background-color: #B87078;
}
.BgClassName
{
background-color: #B87078;
}
</style>
border-color css
<style>
span { border-color: #B87078; }
span { border-color: rgb(184,112,120); }
td.TdClassName
{
border-color: #B87078;
}
.TagClassName
{
border-color: #B87078;
}
</style>