Shades of Turkish Rose #B06878
Tints of Turkish Rose #B06878
RGB
CMYK
RGB Variations
Color information
#B06878 (or 0xB06878) is known color: Turkish Rose. HEX triplet: B0, 68 and 78. RGB value is (176,104,120). Sum of RGB (Red+Green+Blue) = 176+104+120=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B06878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06878 is #4F9787. Grayscale: #7F7F7F. Windows color (decimal): -5216136 or 7891120. OLE color: 7891120.
HSL color Cylindrical-coordinate representation of color #B06878: hue angle of 346.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06878 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 120 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.31 |
| HSL | 346.67º | 0.31% | 0.55% | - |
| HSV(B) | 346.67º | 0.41% | 0.69% | - |
| XYZ | 26.24 | 20.49 | 20.34 | - |
| YUV | 127.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 120 | 0 | 0.41 | 0.32 | 0.31 | 346.67 | 0.31 | 0.55 |
| Hex | B0 | 68 | 78 | 0 | 29 | 20 | 1F | 15B | 1F | 37 |
| Octal | 260 | 150 | 170 | 0 | 51 | 40 | 37 | 533 | 37 | 67 |
| Binary | 10110000 | 1101000 | 1111000 | 0 | 101001 | 100000 | 11111 | 101011011 | 11111 | 110111 |
Color Harmonies of #B06878
Complementary color
Monochromatic Colors of #B06878
Black with #B06878
Text Example
Text Example
White with #B06878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06878; }
p { color: rgb(176,104,120); }
H1.HeaderClassName
{
color: #B06878;
}
.AnyTagClassName
{
color: #B06878;
}
</style>
background-color css
<style>
a { background-color: #B06878; }
a { background-color: rgb(176,104,120); }
div.DivClassName
{
background-color: #B06878;
}
.BgClassName
{
background-color: #B06878;
}
</style>
border-color css
<style>
span { border-color: #B06878; }
span { border-color: rgb(176,104,120); }
td.TdClassName
{
border-color: #B06878;
}
.TagClassName
{
border-color: #B06878;
}
</style>