Shades of Turkish Rose #B8676C
Tints of Turkish Rose #B8676C
RGB
CMYK
RGB Variations
Color information
#B8676C (or 0xB8676C) is known color: Turkish Rose. HEX triplet: B8, 67 and 6C. RGB value is (184,103,108). Sum of RGB (Red+Green+Blue) = 184+103+108=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8676C is #479893. Grayscale: #7F7F7F. Windows color (decimal): -4692116 or 7104440. OLE color: 7104440.
HSL color Cylindrical-coordinate representation of color #B8676C: hue angle of 356.3º 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 #B8676C is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 108 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.28 |
| HSL | 356.3º | 0.36% | 0.56% | - |
| HSV(B) | 356.3º | 0.44% | 0.72% | - |
| XYZ | 27.32 | 20.97 | 16.8 | - |
| YUV | 127.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 108 | 0 | 0.44 | 0.41 | 0.28 | 356.3 | 0.36 | 0.56 |
| Hex | B8 | 67 | 6C | 0 | 2C | 29 | 1C | 164 | 24 | 38 |
| Octal | 270 | 147 | 154 | 0 | 54 | 51 | 34 | 544 | 44 | 70 |
| Binary | 10111000 | 1100111 | 1101100 | 0 | 101100 | 101001 | 11100 | 101100100 | 100100 | 111000 |
Color Harmonies of #B8676C
Complementary color
Monochromatic Colors of #B8676C
Black with #B8676C
Text Example
Text Example
White with #B8676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8676C; }
p { color: rgb(184,103,108); }
H1.HeaderClassName
{
color: #B8676C;
}
.AnyTagClassName
{
color: #B8676C;
}
</style>
background-color css
<style>
a { background-color: #B8676C; }
a { background-color: rgb(184,103,108); }
div.DivClassName
{
background-color: #B8676C;
}
.BgClassName
{
background-color: #B8676C;
}
</style>
border-color css
<style>
span { border-color: #B8676C; }
span { border-color: rgb(184,103,108); }
td.TdClassName
{
border-color: #B8676C;
}
.TagClassName
{
border-color: #B8676C;
}
</style>