Shades of Turkish Rose #B06E7A
Tints of Turkish Rose #B06E7A
RGB
CMYK
RGB Variations
Color information
#B06E7A (or 0xB06E7A) is known color: Turkish Rose. HEX triplet: B0, 6E and 7A. RGB value is (176,110,122). Sum of RGB (Red+Green+Blue) = 176+110+122=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E7A is #4F9185. Grayscale: #838383. Windows color (decimal): -5214598 or 8023728. OLE color: 8023728.
HSL color Cylindrical-coordinate representation of color #B06E7A: hue angle of 349.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06E7A is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 122 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.31 |
| HSL | 349.09º | 0.29% | 0.56% | - |
| HSV(B) | 349.09º | 0.38% | 0.69% | - |
| XYZ | 26.99 | 21.79 | 21.19 | - |
| YUV | 131.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 122 | 0 | 0.37 | 0.31 | 0.31 | 349.09 | 0.29 | 0.56 |
| Hex | B0 | 6E | 7A | 0 | 25 | 1F | 1F | 15D | 1D | 38 |
| Octal | 260 | 156 | 172 | 0 | 45 | 37 | 37 | 535 | 35 | 70 |
| Binary | 10110000 | 1101110 | 1111010 | 0 | 100101 | 11111 | 11111 | 101011101 | 11101 | 111000 |
Color Harmonies of #B06E7A
Complementary color
Monochromatic Colors of #B06E7A
Black with #B06E7A
Text Example
Text Example
White with #B06E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E7A; }
p { color: rgb(176,110,122); }
H1.HeaderClassName
{
color: #B06E7A;
}
.AnyTagClassName
{
color: #B06E7A;
}
</style>
background-color css
<style>
a { background-color: #B06E7A; }
a { background-color: rgb(176,110,122); }
div.DivClassName
{
background-color: #B06E7A;
}
.BgClassName
{
background-color: #B06E7A;
}
</style>
border-color css
<style>
span { border-color: #B06E7A; }
span { border-color: rgb(176,110,122); }
td.TdClassName
{
border-color: #B06E7A;
}
.TagClassName
{
border-color: #B06E7A;
}
</style>