Shades of Turkish Rose #B5777B
Tints of Turkish Rose #B5777B
RGB
CMYK
RGB Variations
Color information
#B5777B (or 0xB5777B) is known color: Turkish Rose. HEX triplet: B5, 77 and 7B. RGB value is (181,119,123). Sum of RGB (Red+Green+Blue) = 181+119+123=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5777B is #4A8884. Grayscale: #8A8A8A. Windows color (decimal): -4884613 or 8091573. OLE color: 8091573.
HSL color Cylindrical-coordinate representation of color #B5777B: hue angle of 356.13º 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 #B5777B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 123 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.29 |
| HSL | 356.13º | 0.3% | 0.59% | - |
| HSV(B) | 356.13º | 0.34% | 0.71% | - |
| XYZ | 29.23 | 24.45 | 21.92 | - |
| YUV | 137.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 123 | 0 | 0.34 | 0.32 | 0.29 | 356.13 | 0.3 | 0.59 |
| Hex | B5 | 77 | 7B | 0 | 22 | 20 | 1D | 164 | 1E | 3B |
| Octal | 265 | 167 | 173 | 0 | 42 | 40 | 35 | 544 | 36 | 73 |
| Binary | 10110101 | 1110111 | 1111011 | 0 | 100010 | 100000 | 11101 | 101100100 | 11110 | 111011 |
Color Harmonies of #B5777B
Complementary color
Monochromatic Colors of #B5777B
Black with #B5777B
Text Example
Text Example
White with #B5777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5777B; }
p { color: rgb(181,119,123); }
H1.HeaderClassName
{
color: #B5777B;
}
.AnyTagClassName
{
color: #B5777B;
}
</style>
background-color css
<style>
a { background-color: #B5777B; }
a { background-color: rgb(181,119,123); }
div.DivClassName
{
background-color: #B5777B;
}
.BgClassName
{
background-color: #B5777B;
}
</style>
border-color css
<style>
span { border-color: #B5777B; }
span { border-color: rgb(181,119,123); }
td.TdClassName
{
border-color: #B5777B;
}
.TagClassName
{
border-color: #B5777B;
}
</style>