Shades of Turkish Rose #B7666A
Tints of Turkish Rose #B7666A
RGB
CMYK
RGB Variations
Color information
#B7666A (or 0xB7666A) is known color: Turkish Rose. HEX triplet: B7, 66 and 6A. RGB value is (183,102,106). Sum of RGB (Red+Green+Blue) = 183+102+106=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7666A is #489995. Grayscale: #7E7E7E. Windows color (decimal): -4757910 or 6973111. OLE color: 6973111.
HSL color Cylindrical-coordinate representation of color #B7666A: hue angle of 357.04º 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 #B7666A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 106 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.28 |
| HSL | 357.04º | 0.36% | 0.56% | - |
| HSV(B) | 357.04º | 0.44% | 0.72% | - |
| XYZ | 26.88 | 20.61 | 16.2 | - |
| YUV | 126.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 106 | 0 | 0.44 | 0.42 | 0.28 | 357.04 | 0.36 | 0.56 |
| Hex | B7 | 66 | 6A | 0 | 2C | 2A | 1C | 165 | 24 | 38 |
| Octal | 267 | 146 | 152 | 0 | 54 | 52 | 34 | 545 | 44 | 70 |
| Binary | 10110111 | 1100110 | 1101010 | 0 | 101100 | 101010 | 11100 | 101100101 | 100100 | 111000 |
Color Harmonies of #B7666A
Complementary color
Monochromatic Colors of #B7666A
Black with #B7666A
Text Example
Text Example
White with #B7666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7666A; }
p { color: rgb(183,102,106); }
H1.HeaderClassName
{
color: #B7666A;
}
.AnyTagClassName
{
color: #B7666A;
}
</style>
background-color css
<style>
a { background-color: #B7666A; }
a { background-color: rgb(183,102,106); }
div.DivClassName
{
background-color: #B7666A;
}
.BgClassName
{
background-color: #B7666A;
}
</style>
border-color css
<style>
span { border-color: #B7666A; }
span { border-color: rgb(183,102,106); }
td.TdClassName
{
border-color: #B7666A;
}
.TagClassName
{
border-color: #B7666A;
}
</style>