Shades of Turkish Rose #B0707A
Tints of Turkish Rose #B0707A
RGB
CMYK
RGB Variations
Color information
#B0707A (or 0xB0707A) is known color: Turkish Rose. HEX triplet: B0, 70 and 7A. RGB value is (176,112,122). Sum of RGB (Red+Green+Blue) = 176+112+122=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B0707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0707A is #4F8F85. Grayscale: #848484. Windows color (decimal): -5214086 or 8024240. OLE color: 8024240.
HSL color Cylindrical-coordinate representation of color #B0707A: hue angle of 350.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0707A is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 112 | 122 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.31 |
| HSL | 350.63º | 0.29% | 0.56% | - |
| HSV(B) | 350.63º | 0.36% | 0.69% | - |
| XYZ | 27.21 | 22.22 | 21.27 | - |
| YUV | 132.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 122 | 0 | 0.36 | 0.31 | 0.31 | 350.63 | 0.29 | 0.56 |
| Hex | B0 | 70 | 7A | 0 | 24 | 1F | 1F | 15F | 1D | 38 |
| Octal | 260 | 160 | 172 | 0 | 44 | 37 | 37 | 537 | 35 | 70 |
| Binary | 10110000 | 1110000 | 1111010 | 0 | 100100 | 11111 | 11111 | 101011111 | 11101 | 111000 |
Color Harmonies of #B0707A
Complementary color
Monochromatic Colors of #B0707A
Black with #B0707A
Text Example
Text Example
White with #B0707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0707A; }
p { color: rgb(176,112,122); }
H1.HeaderClassName
{
color: #B0707A;
}
.AnyTagClassName
{
color: #B0707A;
}
</style>
background-color css
<style>
a { background-color: #B0707A; }
a { background-color: rgb(176,112,122); }
div.DivClassName
{
background-color: #B0707A;
}
.BgClassName
{
background-color: #B0707A;
}
</style>
border-color css
<style>
span { border-color: #B0707A; }
span { border-color: rgb(176,112,122); }
td.TdClassName
{
border-color: #B0707A;
}
.TagClassName
{
border-color: #B0707A;
}
</style>