Shades of Turkish Rose #B7666F
Tints of Turkish Rose #B7666F
RGB
CMYK
RGB Variations
Color information
#B7666F (or 0xB7666F) is known color: Turkish Rose. HEX triplet: B7, 66 and 6F. RGB value is (183,102,111). Sum of RGB (Red+Green+Blue) = 183+102+111=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7666F is #489990. Grayscale: #7F7F7F. Windows color (decimal): -4757905 or 7300791. OLE color: 7300791.
HSL color Cylindrical-coordinate representation of color #B7666F: hue angle of 353.33º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7666F is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 111 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.28 |
| HSL | 353.33º | 0.36% | 0.56% | - |
| HSV(B) | 353.33º | 0.44% | 0.72% | - |
| XYZ | 27.15 | 20.72 | 17.61 | - |
| YUV | 127.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 111 | 0 | 0.44 | 0.39 | 0.28 | 353.33 | 0.36 | 0.56 |
| Hex | B7 | 66 | 6F | 0 | 2C | 27 | 1C | 161 | 24 | 38 |
| Octal | 267 | 146 | 157 | 0 | 54 | 47 | 34 | 541 | 44 | 70 |
| Binary | 10110111 | 1100110 | 1101111 | 0 | 101100 | 100111 | 11100 | 101100001 | 100100 | 111000 |
Color Harmonies of #B7666F
Complementary color
Monochromatic Colors of #B7666F
Black with #B7666F
Text Example
Text Example
White with #B7666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7666F; }
p { color: rgb(183,102,111); }
H1.HeaderClassName
{
color: #B7666F;
}
.AnyTagClassName
{
color: #B7666F;
}
</style>
background-color css
<style>
a { background-color: #B7666F; }
a { background-color: rgb(183,102,111); }
div.DivClassName
{
background-color: #B7666F;
}
.BgClassName
{
background-color: #B7666F;
}
</style>
border-color css
<style>
span { border-color: #B7666F; }
span { border-color: rgb(183,102,111); }
td.TdClassName
{
border-color: #B7666F;
}
.TagClassName
{
border-color: #B7666F;
}
</style>