Shades of Turkish Rose #B8777B
Tints of Turkish Rose #B8777B
RGB
CMYK
RGB Variations
Color information
#B8777B (or 0xB8777B) is known color: Turkish Rose. HEX triplet: B8, 77 and 7B. RGB value is (184,119,123). Sum of RGB (Red+Green+Blue) = 184+119+123=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8777B is #478884. Grayscale: #8A8A8A. Windows color (decimal): -4688005 or 8091576. OLE color: 8091576.
HSL color Cylindrical-coordinate representation of color #B8777B: hue angle of 356.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8777B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 123 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.28 |
| HSL | 356.31º | 0.31% | 0.59% | - |
| HSV(B) | 356.31º | 0.35% | 0.72% | - |
| XYZ | 29.94 | 24.81 | 21.95 | - |
| YUV | 138.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 123 | 0 | 0.35 | 0.33 | 0.28 | 356.31 | 0.31 | 0.59 |
| Hex | B8 | 77 | 7B | 0 | 23 | 21 | 1C | 164 | 1F | 3B |
| Octal | 270 | 167 | 173 | 0 | 43 | 41 | 34 | 544 | 37 | 73 |
| Binary | 10111000 | 1110111 | 1111011 | 0 | 100011 | 100001 | 11100 | 101100100 | 11111 | 111011 |
Color Harmonies of #B8777B
Complementary color
Monochromatic Colors of #B8777B
Black with #B8777B
Text Example
Text Example
White with #B8777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8777B; }
p { color: rgb(184,119,123); }
H1.HeaderClassName
{
color: #B8777B;
}
.AnyTagClassName
{
color: #B8777B;
}
</style>
background-color css
<style>
a { background-color: #B8777B; }
a { background-color: rgb(184,119,123); }
div.DivClassName
{
background-color: #B8777B;
}
.BgClassName
{
background-color: #B8777B;
}
</style>
border-color css
<style>
span { border-color: #B8777B; }
span { border-color: rgb(184,119,123); }
td.TdClassName
{
border-color: #B8777B;
}
.TagClassName
{
border-color: #B8777B;
}
</style>