Shades of Turkish Rose #B5767A
Tints of Turkish Rose #B5767A
RGB
CMYK
RGB Variations
Color information
#B5767A (or 0xB5767A) is known color: Turkish Rose. HEX triplet: B5, 76 and 7A. RGB value is (181,118,122). Sum of RGB (Red+Green+Blue) = 181+118+122=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5767A is #4A8985. Grayscale: #898989. Windows color (decimal): -4884870 or 8025781. OLE color: 8025781.
HSL color Cylindrical-coordinate representation of color #B5767A: hue angle of 356.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5767A is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 122 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.29 |
| HSL | 356.19º | 0.3% | 0.59% | - |
| HSV(B) | 356.19º | 0.35% | 0.71% | - |
| XYZ | 29.05 | 24.19 | 21.55 | - |
| YUV | 137.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 122 | 0 | 0.35 | 0.33 | 0.29 | 356.19 | 0.3 | 0.59 |
| Hex | B5 | 76 | 7A | 0 | 23 | 21 | 1D | 164 | 1E | 3B |
| Octal | 265 | 166 | 172 | 0 | 43 | 41 | 35 | 544 | 36 | 73 |
| Binary | 10110101 | 1110110 | 1111010 | 0 | 100011 | 100001 | 11101 | 101100100 | 11110 | 111011 |
Color Harmonies of #B5767A
Complementary color
Monochromatic Colors of #B5767A
Black with #B5767A
Text Example
Text Example
White with #B5767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5767A; }
p { color: rgb(181,118,122); }
H1.HeaderClassName
{
color: #B5767A;
}
.AnyTagClassName
{
color: #B5767A;
}
</style>
background-color css
<style>
a { background-color: #B5767A; }
a { background-color: rgb(181,118,122); }
div.DivClassName
{
background-color: #B5767A;
}
.BgClassName
{
background-color: #B5767A;
}
</style>
border-color css
<style>
span { border-color: #B5767A; }
span { border-color: rgb(181,118,122); }
td.TdClassName
{
border-color: #B5767A;
}
.TagClassName
{
border-color: #B5767A;
}
</style>