Shades of Turkish Rose #B5767B
Tints of Turkish Rose #B5767B
RGB
CMYK
RGB Variations
Color information
#B5767B (or 0xB5767B) is known color: Turkish Rose. HEX triplet: B5, 76 and 7B. RGB value is (181,118,123). Sum of RGB (Red+Green+Blue) = 181+118+123=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5767B is #4A8984. Grayscale: #898989. Windows color (decimal): -4884869 or 8091317. OLE color: 8091317.
HSL color Cylindrical-coordinate representation of color #B5767B: hue angle of 355.24º 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 #B5767B is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 123 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.29 |
| HSL | 355.24º | 0.3% | 0.59% | - |
| HSV(B) | 355.24º | 0.35% | 0.71% | - |
| XYZ | 29.11 | 24.21 | 21.88 | - |
| YUV | 137.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 123 | 0 | 0.35 | 0.32 | 0.29 | 355.24 | 0.3 | 0.59 |
| Hex | B5 | 76 | 7B | 0 | 23 | 20 | 1D | 163 | 1E | 3B |
| Octal | 265 | 166 | 173 | 0 | 43 | 40 | 35 | 543 | 36 | 73 |
| Binary | 10110101 | 1110110 | 1111011 | 0 | 100011 | 100000 | 11101 | 101100011 | 11110 | 111011 |
Color Harmonies of #B5767B
Complementary color
Monochromatic Colors of #B5767B
Black with #B5767B
Text Example
Text Example
White with #B5767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5767B; }
p { color: rgb(181,118,123); }
H1.HeaderClassName
{
color: #B5767B;
}
.AnyTagClassName
{
color: #B5767B;
}
</style>
background-color css
<style>
a { background-color: #B5767B; }
a { background-color: rgb(181,118,123); }
div.DivClassName
{
background-color: #B5767B;
}
.BgClassName
{
background-color: #B5767B;
}
</style>
border-color css
<style>
span { border-color: #B5767B; }
span { border-color: rgb(181,118,123); }
td.TdClassName
{
border-color: #B5767B;
}
.TagClassName
{
border-color: #B5767B;
}
</style>