Shades of Turkish Rose #B9666F
Tints of Turkish Rose #B9666F
RGB
CMYK
RGB Variations
Color information
#B9666F (or 0xB9666F) is known color: Turkish Rose. HEX triplet: B9, 66 and 6F. RGB value is (185,102,111). Sum of RGB (Red+Green+Blue) = 185+102+111=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9666F is #469990. Grayscale: #7F7F7F. Windows color (decimal): -4626833 or 7300793. OLE color: 7300793.
HSL color Cylindrical-coordinate representation of color #B9666F: hue angle of 353.49º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9666F is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 111 | - |
| CMYK | 0 | 0.45 | 0.4 | 0.27 |
| HSL | 353.49º | 0.37% | 0.56% | - |
| HSV(B) | 353.49º | 0.45% | 0.73% | - |
| XYZ | 27.63 | 20.96 | 17.63 | - |
| YUV | 127.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 111 | 0 | 0.45 | 0.4 | 0.27 | 353.49 | 0.37 | 0.56 |
| Hex | B9 | 66 | 6F | 0 | 2D | 28 | 1B | 161 | 25 | 38 |
| Octal | 271 | 146 | 157 | 0 | 55 | 50 | 33 | 541 | 45 | 70 |
| Binary | 10111001 | 1100110 | 1101111 | 0 | 101101 | 101000 | 11011 | 101100001 | 100101 | 111000 |
Color Harmonies of #B9666F
Complementary color
Monochromatic Colors of #B9666F
Black with #B9666F
Text Example
Text Example
White with #B9666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9666F; }
p { color: rgb(185,102,111); }
H1.HeaderClassName
{
color: #B9666F;
}
.AnyTagClassName
{
color: #B9666F;
}
</style>
background-color css
<style>
a { background-color: #B9666F; }
a { background-color: rgb(185,102,111); }
div.DivClassName
{
background-color: #B9666F;
}
.BgClassName
{
background-color: #B9666F;
}
</style>
border-color css
<style>
span { border-color: #B9666F; }
span { border-color: rgb(185,102,111); }
td.TdClassName
{
border-color: #B9666F;
}
.TagClassName
{
border-color: #B9666F;
}
</style>