Shades of Turkish Rose #B9787B
Tints of Turkish Rose #B9787B
RGB
CMYK
RGB Variations
Color information
#B9787B (or 0xB9787B) is known color: Turkish Rose. HEX triplet: B9, 78 and 7B. RGB value is (185,120,123). Sum of RGB (Red+Green+Blue) = 185+120+123=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9787B is #468784. Grayscale: #8B8B8B. Windows color (decimal): -4622213 or 8091833. OLE color: 8091833.
HSL color Cylindrical-coordinate representation of color #B9787B: hue angle of 357.23º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9787B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 123 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.27 |
| HSL | 357.23º | 0.32% | 0.6% | - |
| HSV(B) | 357.23º | 0.35% | 0.73% | - |
| XYZ | 30.3 | 25.18 | 22 | - |
| YUV | 139.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 123 | 0 | 0.35 | 0.34 | 0.27 | 357.23 | 0.32 | 0.6 |
| Hex | B9 | 78 | 7B | 0 | 23 | 22 | 1B | 165 | 20 | 3C |
| Octal | 271 | 170 | 173 | 0 | 43 | 42 | 33 | 545 | 40 | 74 |
| Binary | 10111001 | 1111000 | 1111011 | 0 | 100011 | 100010 | 11011 | 101100101 | 100000 | 111100 |
Color Harmonies of #B9787B
Complementary color
Monochromatic Colors of #B9787B
Black with #B9787B
Text Example
Text Example
White with #B9787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9787B; }
p { color: rgb(185,120,123); }
H1.HeaderClassName
{
color: #B9787B;
}
.AnyTagClassName
{
color: #B9787B;
}
</style>
background-color css
<style>
a { background-color: #B9787B; }
a { background-color: rgb(185,120,123); }
div.DivClassName
{
background-color: #B9787B;
}
.BgClassName
{
background-color: #B9787B;
}
</style>
border-color css
<style>
span { border-color: #B9787B; }
span { border-color: rgb(185,120,123); }
td.TdClassName
{
border-color: #B9787B;
}
.TagClassName
{
border-color: #B9787B;
}
</style>