Shades of Turkish Rose #B5777C
Tints of Turkish Rose #B5777C
RGB
CMYK
RGB Variations
Color information
#B5777C (or 0xB5777C) is known color: Turkish Rose. HEX triplet: B5, 77 and 7C. RGB value is (181,119,124). Sum of RGB (Red+Green+Blue) = 181+119+124=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5777C is #4A8883. Grayscale: #8A8A8A. Windows color (decimal): -4884612 or 8157109. OLE color: 8157109.
HSL color Cylindrical-coordinate representation of color #B5777C: hue angle of 355.16º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5777C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 124 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.29 |
| HSL | 355.16º | 0.3% | 0.59% | - |
| HSV(B) | 355.16º | 0.34% | 0.71% | - |
| XYZ | 29.29 | 24.47 | 22.25 | - |
| YUV | 138.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 124 | 0 | 0.34 | 0.31 | 0.29 | 355.16 | 0.3 | 0.59 |
| Hex | B5 | 77 | 7C | 0 | 22 | 1F | 1D | 163 | 1E | 3B |
| Octal | 265 | 167 | 174 | 0 | 42 | 37 | 35 | 543 | 36 | 73 |
| Binary | 10110101 | 1110111 | 1111100 | 0 | 100010 | 11111 | 11101 | 101100011 | 11110 | 111011 |
Color Harmonies of #B5777C
Complementary color
Monochromatic Colors of #B5777C
Black with #B5777C
Text Example
Text Example
White with #B5777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5777C; }
p { color: rgb(181,119,124); }
H1.HeaderClassName
{
color: #B5777C;
}
.AnyTagClassName
{
color: #B5777C;
}
</style>
background-color css
<style>
a { background-color: #B5777C; }
a { background-color: rgb(181,119,124); }
div.DivClassName
{
background-color: #B5777C;
}
.BgClassName
{
background-color: #B5777C;
}
</style>
border-color css
<style>
span { border-color: #B5777C; }
span { border-color: rgb(181,119,124); }
td.TdClassName
{
border-color: #B5777C;
}
.TagClassName
{
border-color: #B5777C;
}
</style>