Shades of Turkish Rose #B8777A
Tints of Turkish Rose #B8777A
RGB
CMYK
RGB Variations
Color information
#B8777A (or 0xB8777A) is known color: Turkish Rose. HEX triplet: B8, 77 and 7A. RGB value is (184,119,122). Sum of RGB (Red+Green+Blue) = 184+119+122=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8777A is #478885. Grayscale: #8A8A8A. Windows color (decimal): -4688006 or 8026040. OLE color: 8026040.
HSL color Cylindrical-coordinate representation of color #B8777A: hue angle of 357.23º 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 #B8777A is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 122 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.28 |
| HSL | 357.23º | 0.31% | 0.59% | - |
| HSV(B) | 357.23º | 0.35% | 0.72% | - |
| XYZ | 29.88 | 24.79 | 21.62 | - |
| YUV | 138.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 122 | 0 | 0.35 | 0.34 | 0.28 | 357.23 | 0.31 | 0.59 |
| Hex | B8 | 77 | 7A | 0 | 23 | 22 | 1C | 165 | 1F | 3B |
| Octal | 270 | 167 | 172 | 0 | 43 | 42 | 34 | 545 | 37 | 73 |
| Binary | 10111000 | 1110111 | 1111010 | 0 | 100011 | 100010 | 11100 | 101100101 | 11111 | 111011 |
Color Harmonies of #B8777A
Complementary color
Monochromatic Colors of #B8777A
Black with #B8777A
Text Example
Text Example
White with #B8777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8777A; }
p { color: rgb(184,119,122); }
H1.HeaderClassName
{
color: #B8777A;
}
.AnyTagClassName
{
color: #B8777A;
}
</style>
background-color css
<style>
a { background-color: #B8777A; }
a { background-color: rgb(184,119,122); }
div.DivClassName
{
background-color: #B8777A;
}
.BgClassName
{
background-color: #B8777A;
}
</style>
border-color css
<style>
span { border-color: #B8777A; }
span { border-color: rgb(184,119,122); }
td.TdClassName
{
border-color: #B8777A;
}
.TagClassName
{
border-color: #B8777A;
}
</style>