Shades of Turkish Rose #B8676D
Tints of Turkish Rose #B8676D
RGB
CMYK
RGB Variations
Color information
#B8676D (or 0xB8676D) is known color: Turkish Rose. HEX triplet: B8, 67 and 6D. RGB value is (184,103,109). Sum of RGB (Red+Green+Blue) = 184+103+109=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8676D is #479892. Grayscale: #7F7F7F. Windows color (decimal): -4692115 or 7169976. OLE color: 7169976.
HSL color Cylindrical-coordinate representation of color #B8676D: hue angle of 355.56º 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 #B8676D is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 109 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.28 |
| HSL | 355.56º | 0.36% | 0.56% | - |
| HSV(B) | 355.56º | 0.44% | 0.72% | - |
| XYZ | 27.38 | 20.99 | 17.08 | - |
| YUV | 127.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 109 | 0 | 0.44 | 0.41 | 0.28 | 355.56 | 0.36 | 0.56 |
| Hex | B8 | 67 | 6D | 0 | 2C | 29 | 1C | 164 | 24 | 38 |
| Octal | 270 | 147 | 155 | 0 | 54 | 51 | 34 | 544 | 44 | 70 |
| Binary | 10111000 | 1100111 | 1101101 | 0 | 101100 | 101001 | 11100 | 101100100 | 100100 | 111000 |
Color Harmonies of #B8676D
Complementary color
Monochromatic Colors of #B8676D
Black with #B8676D
Text Example
Text Example
White with #B8676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8676D; }
p { color: rgb(184,103,109); }
H1.HeaderClassName
{
color: #B8676D;
}
.AnyTagClassName
{
color: #B8676D;
}
</style>
background-color css
<style>
a { background-color: #B8676D; }
a { background-color: rgb(184,103,109); }
div.DivClassName
{
background-color: #B8676D;
}
.BgClassName
{
background-color: #B8676D;
}
</style>
border-color css
<style>
span { border-color: #B8676D; }
span { border-color: rgb(184,103,109); }
td.TdClassName
{
border-color: #B8676D;
}
.TagClassName
{
border-color: #B8676D;
}
</style>