Shades of Turkish Rose #B7676D
Tints of Turkish Rose #B7676D
RGB
CMYK
RGB Variations
Color information
#B7676D (or 0xB7676D) is known color: Turkish Rose. HEX triplet: B7, 67 and 6D. RGB value is (183,103,109). Sum of RGB (Red+Green+Blue) = 183+103+109=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7676D is #489892. Grayscale: #7F7F7F. Windows color (decimal): -4757651 or 7169975. OLE color: 7169975.
HSL color Cylindrical-coordinate representation of color #B7676D: hue angle of 355.5º 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 #B7676D is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 109 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.28 |
| HSL | 355.5º | 0.36% | 0.56% | - |
| HSV(B) | 355.5º | 0.44% | 0.72% | - |
| XYZ | 27.14 | 20.87 | 17.07 | - |
| YUV | 127.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 109 | 0 | 0.44 | 0.40 | 0.28 | 355.5 | 0.36 | 0.56 |
| Hex | B7 | 67 | 6D | 0 | 2C | 28 | 1C | 164 | 24 | 38 |
| Octal | 267 | 147 | 155 | 0 | 54 | 50 | 34 | 544 | 44 | 70 |
| Binary | 10110111 | 1100111 | 1101101 | 0 | 101100 | 101000 | 11100 | 101100100 | 100100 | 111000 |
Color Harmonies of #B7676D
Complementary color
Monochromatic Colors of #B7676D
Black with #B7676D
Text Example
Text Example
White with #B7676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7676D; }
p { color: rgb(183,103,109); }
H1.HeaderClassName
{
color: #B7676D;
}
.AnyTagClassName
{
color: #B7676D;
}
</style>
background-color css
<style>
a { background-color: #B7676D; }
a { background-color: rgb(183,103,109); }
div.DivClassName
{
background-color: #B7676D;
}
.BgClassName
{
background-color: #B7676D;
}
</style>
border-color css
<style>
span { border-color: #B7676D; }
span { border-color: rgb(183,103,109); }
td.TdClassName
{
border-color: #B7676D;
}
.TagClassName
{
border-color: #B7676D;
}
</style>