Shades of Turkish Rose #B8787B
Tints of Turkish Rose #B8787B
RGB
CMYK
RGB Variations
Color information
#B8787B (or 0xB8787B) is known color: Turkish Rose. HEX triplet: B8, 78 and 7B. RGB value is (184,120,123). Sum of RGB (Red+Green+Blue) = 184+120+123=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8787B is #478784. Grayscale: #8B8B8B. Windows color (decimal): -4687749 or 8091832. OLE color: 8091832.
HSL color Cylindrical-coordinate representation of color #B8787B: hue angle of 357.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8787B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 123 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.28 |
| HSL | 357.19º | 0.31% | 0.6% | - |
| HSV(B) | 357.19º | 0.35% | 0.72% | - |
| XYZ | 30.06 | 25.05 | 21.99 | - |
| YUV | 139.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 123 | 0 | 0.35 | 0.33 | 0.28 | 357.19 | 0.31 | 0.6 |
| Hex | B8 | 78 | 7B | 0 | 23 | 21 | 1C | 165 | 1F | 3C |
| Octal | 270 | 170 | 173 | 0 | 43 | 41 | 34 | 545 | 37 | 74 |
| Binary | 10111000 | 1111000 | 1111011 | 0 | 100011 | 100001 | 11100 | 101100101 | 11111 | 111100 |
Color Harmonies of #B8787B
Complementary color
Monochromatic Colors of #B8787B
Black with #B8787B
Text Example
Text Example
White with #B8787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8787B; }
p { color: rgb(184,120,123); }
H1.HeaderClassName
{
color: #B8787B;
}
.AnyTagClassName
{
color: #B8787B;
}
</style>
background-color css
<style>
a { background-color: #B8787B; }
a { background-color: rgb(184,120,123); }
div.DivClassName
{
background-color: #B8787B;
}
.BgClassName
{
background-color: #B8787B;
}
</style>
border-color css
<style>
span { border-color: #B8787B; }
span { border-color: rgb(184,120,123); }
td.TdClassName
{
border-color: #B8787B;
}
.TagClassName
{
border-color: #B8787B;
}
</style>