Shades of Turkish Rose #B9666B
Tints of Turkish Rose #B9666B
RGB
CMYK
RGB Variations
Color information
#B9666B (or 0xB9666B) is known color: Turkish Rose. HEX triplet: B9, 66 and 6B. RGB value is (185,102,107). Sum of RGB (Red+Green+Blue) = 185+102+107=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9666B is #469994. Grayscale: #7F7F7F. Windows color (decimal): -4626837 or 7038649. OLE color: 7038649.
HSL color Cylindrical-coordinate representation of color #B9666B: hue angle of 356.39º 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 #B9666B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 107 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.27 |
| HSL | 356.39º | 0.37% | 0.56% | - |
| HSV(B) | 356.39º | 0.45% | 0.73% | - |
| XYZ | 27.41 | 20.88 | 16.5 | - |
| YUV | 127.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 107 | 0 | 0.45 | 0.42 | 0.27 | 356.39 | 0.37 | 0.56 |
| Hex | B9 | 66 | 6B | 0 | 2D | 2A | 1B | 164 | 25 | 38 |
| Octal | 271 | 146 | 153 | 0 | 55 | 52 | 33 | 544 | 45 | 70 |
| Binary | 10111001 | 1100110 | 1101011 | 0 | 101101 | 101010 | 11011 | 101100100 | 100101 | 111000 |
Color Harmonies of #B9666B
Complementary color
Monochromatic Colors of #B9666B
Black with #B9666B
Text Example
Text Example
White with #B9666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9666B; }
p { color: rgb(185,102,107); }
H1.HeaderClassName
{
color: #B9666B;
}
.AnyTagClassName
{
color: #B9666B;
}
</style>
background-color css
<style>
a { background-color: #B9666B; }
a { background-color: rgb(185,102,107); }
div.DivClassName
{
background-color: #B9666B;
}
.BgClassName
{
background-color: #B9666B;
}
</style>
border-color css
<style>
span { border-color: #B9666B; }
span { border-color: rgb(185,102,107); }
td.TdClassName
{
border-color: #B9666B;
}
.TagClassName
{
border-color: #B9666B;
}
</style>