Shades of Turkish Rose #B9676B
Tints of Turkish Rose #B9676B
RGB
CMYK
RGB Variations
Color information
#B9676B (or 0xB9676B) is known color: Turkish Rose. HEX triplet: B9, 67 and 6B. RGB value is (185,103,107). Sum of RGB (Red+Green+Blue) = 185+103+107=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9676B is #469894. Grayscale: #808080. Windows color (decimal): -4626581 or 7038905. OLE color: 7038905.
HSL color Cylindrical-coordinate representation of color #B9676B: hue angle of 357.07º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9676B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 107 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.27 |
| HSL | 357.07º | 0.37% | 0.56% | - |
| HSV(B) | 357.07º | 0.44% | 0.73% | - |
| XYZ | 27.51 | 21.08 | 16.53 | - |
| YUV | 127.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 107 | 0 | 0.44 | 0.42 | 0.27 | 357.07 | 0.37 | 0.56 |
| Hex | B9 | 67 | 6B | 0 | 2C | 2A | 1B | 165 | 25 | 38 |
| Octal | 271 | 147 | 153 | 0 | 54 | 52 | 33 | 545 | 45 | 70 |
| Binary | 10111001 | 1100111 | 1101011 | 0 | 101100 | 101010 | 11011 | 101100101 | 100101 | 111000 |
Color Harmonies of #B9676B
Complementary color
Monochromatic Colors of #B9676B
Black with #B9676B
Text Example
Text Example
White with #B9676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9676B; }
p { color: rgb(185,103,107); }
H1.HeaderClassName
{
color: #B9676B;
}
.AnyTagClassName
{
color: #B9676B;
}
</style>
background-color css
<style>
a { background-color: #B9676B; }
a { background-color: rgb(185,103,107); }
div.DivClassName
{
background-color: #B9676B;
}
.BgClassName
{
background-color: #B9676B;
}
</style>
border-color css
<style>
span { border-color: #B9676B; }
span { border-color: rgb(185,103,107); }
td.TdClassName
{
border-color: #B9676B;
}
.TagClassName
{
border-color: #B9676B;
}
</style>