Shades of Turkish Rose #B0666E
Tints of Turkish Rose #B0666E
RGB
CMYK
RGB Variations
Color information
#B0666E (or 0xB0666E) is known color: Turkish Rose. HEX triplet: B0, 66 and 6E. RGB value is (176,102,110). Sum of RGB (Red+Green+Blue) = 176+102+110=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0666E is #4F9991. Grayscale: #7D7D7D. Windows color (decimal): -5216658 or 7235248. OLE color: 7235248.
HSL color Cylindrical-coordinate representation of color #B0666E: hue angle of 353.51º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0666E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 110 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.31 |
| HSL | 353.51º | 0.32% | 0.55% | - |
| HSV(B) | 353.51º | 0.42% | 0.69% | - |
| XYZ | 25.47 | 19.86 | 17.24 | - |
| YUV | 125.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 110 | 0 | 0.42 | 0.37 | 0.31 | 353.51 | 0.32 | 0.55 |
| Hex | B0 | 66 | 6E | 0 | 2A | 25 | 1F | 162 | 20 | 37 |
| Octal | 260 | 146 | 156 | 0 | 52 | 45 | 37 | 542 | 40 | 67 |
| Binary | 10110000 | 1100110 | 1101110 | 0 | 101010 | 100101 | 11111 | 101100010 | 100000 | 110111 |
Color Harmonies of #B0666E
Complementary color
Monochromatic Colors of #B0666E
Black with #B0666E
Text Example
Text Example
White with #B0666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0666E; }
p { color: rgb(176,102,110); }
H1.HeaderClassName
{
color: #B0666E;
}
.AnyTagClassName
{
color: #B0666E;
}
</style>
background-color css
<style>
a { background-color: #B0666E; }
a { background-color: rgb(176,102,110); }
div.DivClassName
{
background-color: #B0666E;
}
.BgClassName
{
background-color: #B0666E;
}
</style>
border-color css
<style>
span { border-color: #B0666E; }
span { border-color: rgb(176,102,110); }
td.TdClassName
{
border-color: #B0666E;
}
.TagClassName
{
border-color: #B0666E;
}
</style>