Shades of Turkish Rose #B5737A
Tints of Turkish Rose #B5737A
RGB
CMYK
RGB Variations
Color information
#B5737A (or 0xB5737A) is known color: Turkish Rose. HEX triplet: B5, 73 and 7A. RGB value is (181,115,122). Sum of RGB (Red+Green+Blue) = 181+115+122=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5737A is #4A8C85. Grayscale: #878787. Windows color (decimal): -4885638 or 8025013. OLE color: 8025013.
HSL color Cylindrical-coordinate representation of color #B5737A: hue angle of 353.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5737A is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 122 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.29 |
| HSL | 353.64º | 0.31% | 0.58% | - |
| HSV(B) | 353.64º | 0.36% | 0.71% | - |
| XYZ | 28.7 | 23.49 | 21.43 | - |
| YUV | 135.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 122 | 0 | 0.36 | 0.33 | 0.29 | 353.64 | 0.31 | 0.58 |
| Hex | B5 | 73 | 7A | 0 | 24 | 21 | 1D | 162 | 1F | 3A |
| Octal | 265 | 163 | 172 | 0 | 44 | 41 | 35 | 542 | 37 | 72 |
| Binary | 10110101 | 1110011 | 1111010 | 0 | 100100 | 100001 | 11101 | 101100010 | 11111 | 111010 |
Color Harmonies of #B5737A
Complementary color
Monochromatic Colors of #B5737A
Black with #B5737A
Text Example
Text Example
White with #B5737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5737A; }
p { color: rgb(181,115,122); }
H1.HeaderClassName
{
color: #B5737A;
}
.AnyTagClassName
{
color: #B5737A;
}
</style>
background-color css
<style>
a { background-color: #B5737A; }
a { background-color: rgb(181,115,122); }
div.DivClassName
{
background-color: #B5737A;
}
.BgClassName
{
background-color: #B5737A;
}
</style>
border-color css
<style>
span { border-color: #B5737A; }
span { border-color: rgb(181,115,122); }
td.TdClassName
{
border-color: #B5737A;
}
.TagClassName
{
border-color: #B5737A;
}
</style>