Shades of Turkish Rose #B8787A
Tints of Turkish Rose #B8787A
RGB
CMYK
RGB Variations
Color information
#B8787A (or 0xB8787A) is known color: Turkish Rose. HEX triplet: B8, 78 and 7A. RGB value is (184,120,122). Sum of RGB (Red+Green+Blue) = 184+120+122=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8787A is #478785. Grayscale: #8B8B8B. Windows color (decimal): -4687750 or 8026296. OLE color: 8026296.
HSL color Cylindrical-coordinate representation of color #B8787A: hue angle of 358.12º 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 #B8787A is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 122 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.28 |
| HSL | 358.13º | 0.31% | 0.6% | - |
| HSV(B) | 358.13º | 0.35% | 0.72% | - |
| XYZ | 30 | 25.03 | 21.66 | - |
| YUV | 139.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 122 | 0 | 0.35 | 0.34 | 0.28 | 358.13 | 0.31 | 0.6 |
| Hex | B8 | 78 | 7A | 0 | 23 | 22 | 1C | 166 | 1F | 3C |
| Octal | 270 | 170 | 172 | 0 | 43 | 42 | 34 | 546 | 37 | 74 |
| Binary | 10111000 | 1111000 | 1111010 | 0 | 100011 | 100010 | 11100 | 101100110 | 11111 | 111100 |
Color Harmonies of #B8787A
Complementary color
Monochromatic Colors of #B8787A
Black with #B8787A
Text Example
Text Example
White with #B8787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8787A; }
p { color: rgb(184,120,122); }
H1.HeaderClassName
{
color: #B8787A;
}
.AnyTagClassName
{
color: #B8787A;
}
</style>
background-color css
<style>
a { background-color: #B8787A; }
a { background-color: rgb(184,120,122); }
div.DivClassName
{
background-color: #B8787A;
}
.BgClassName
{
background-color: #B8787A;
}
</style>
border-color css
<style>
span { border-color: #B8787A; }
span { border-color: rgb(184,120,122); }
td.TdClassName
{
border-color: #B8787A;
}
.TagClassName
{
border-color: #B8787A;
}
</style>