Shades of Turkish Rose #B8666E
Tints of Turkish Rose #B8666E
RGB
CMYK
RGB Variations
Color information
#B8666E (or 0xB8666E) is known color: Turkish Rose. HEX triplet: B8, 66 and 6E. RGB value is (184,102,110). Sum of RGB (Red+Green+Blue) = 184+102+110=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8666E is #479991. Grayscale: #7F7F7F. Windows color (decimal): -4692370 or 7235256. OLE color: 7235256.
HSL color Cylindrical-coordinate representation of color #B8666E: hue angle of 354.15º 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 #B8666E is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 110 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.28 |
| HSL | 354.15º | 0.37% | 0.56% | - |
| HSV(B) | 354.15º | 0.45% | 0.72% | - |
| XYZ | 27.33 | 20.82 | 17.33 | - |
| YUV | 127.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 110 | 0 | 0.45 | 0.40 | 0.28 | 354.15 | 0.37 | 0.56 |
| Hex | B8 | 66 | 6E | 0 | 2D | 28 | 1C | 162 | 25 | 38 |
| Octal | 270 | 146 | 156 | 0 | 55 | 50 | 34 | 542 | 45 | 70 |
| Binary | 10111000 | 1100110 | 1101110 | 0 | 101101 | 101000 | 11100 | 101100010 | 100101 | 111000 |
Color Harmonies of #B8666E
Complementary color
Monochromatic Colors of #B8666E
Black with #B8666E
Text Example
Text Example
White with #B8666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8666E; }
p { color: rgb(184,102,110); }
H1.HeaderClassName
{
color: #B8666E;
}
.AnyTagClassName
{
color: #B8666E;
}
</style>
background-color css
<style>
a { background-color: #B8666E; }
a { background-color: rgb(184,102,110); }
div.DivClassName
{
background-color: #B8666E;
}
.BgClassName
{
background-color: #B8666E;
}
</style>
border-color css
<style>
span { border-color: #B8666E; }
span { border-color: rgb(184,102,110); }
td.TdClassName
{
border-color: #B8666E;
}
.TagClassName
{
border-color: #B8666E;
}
</style>