Shades of Turkish Rose #B8666F
Tints of Turkish Rose #B8666F
RGB
CMYK
RGB Variations
Color information
#B8666F (or 0xB8666F) is known color: Turkish Rose. HEX triplet: B8, 66 and 6F. RGB value is (184,102,111). Sum of RGB (Red+Green+Blue) = 184+102+111=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8666F is #479990. Grayscale: #7F7F7F. Windows color (decimal): -4692369 or 7300792. OLE color: 7300792.
HSL color Cylindrical-coordinate representation of color #B8666F: hue angle of 353.41º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8666F is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 111 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.28 |
| HSL | 353.41º | 0.37% | 0.56% | - |
| HSV(B) | 353.41º | 0.45% | 0.72% | - |
| XYZ | 27.39 | 20.84 | 17.62 | - |
| YUV | 127.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 111 | 0 | 0.45 | 0.40 | 0.28 | 353.41 | 0.37 | 0.56 |
| Hex | B8 | 66 | 6F | 0 | 2D | 28 | 1C | 161 | 25 | 38 |
| Octal | 270 | 146 | 157 | 0 | 55 | 50 | 34 | 541 | 45 | 70 |
| Binary | 10111000 | 1100110 | 1101111 | 0 | 101101 | 101000 | 11100 | 101100001 | 100101 | 111000 |
Color Harmonies of #B8666F
Complementary color
Monochromatic Colors of #B8666F
Black with #B8666F
Text Example
Text Example
White with #B8666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8666F; }
p { color: rgb(184,102,111); }
H1.HeaderClassName
{
color: #B8666F;
}
.AnyTagClassName
{
color: #B8666F;
}
</style>
background-color css
<style>
a { background-color: #B8666F; }
a { background-color: rgb(184,102,111); }
div.DivClassName
{
background-color: #B8666F;
}
.BgClassName
{
background-color: #B8666F;
}
</style>
border-color css
<style>
span { border-color: #B8666F; }
span { border-color: rgb(184,102,111); }
td.TdClassName
{
border-color: #B8666F;
}
.TagClassName
{
border-color: #B8666F;
}
</style>