Shades of Turkish Rose #B4757A
Tints of Turkish Rose #B4757A
RGB
CMYK
RGB Variations
Color information
#B4757A (or 0xB4757A) is known color: Turkish Rose. HEX triplet: B4, 75 and 7A. RGB value is (180,117,122). Sum of RGB (Red+Green+Blue) = 180+117+122=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4757A is #4B8A85. Grayscale: #888888. Windows color (decimal): -4950662 or 8025524. OLE color: 8025524.
HSL color Cylindrical-coordinate representation of color #B4757A: hue angle of 355.24º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4757A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 122 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.29 |
| HSL | 355.24º | 0.3% | 0.58% | - |
| HSV(B) | 355.24º | 0.35% | 0.71% | - |
| XYZ | 28.7 | 23.83 | 21.5 | - |
| YUV | 136.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 122 | 0 | 0.35 | 0.32 | 0.29 | 355.24 | 0.3 | 0.58 |
| Hex | B4 | 75 | 7A | 0 | 23 | 20 | 1D | 163 | 1E | 3A |
| Octal | 264 | 165 | 172 | 0 | 43 | 40 | 35 | 543 | 36 | 72 |
| Binary | 10110100 | 1110101 | 1111010 | 0 | 100011 | 100000 | 11101 | 101100011 | 11110 | 111010 |
Color Harmonies of #B4757A
Complementary color
Monochromatic Colors of #B4757A
Black with #B4757A
Text Example
Text Example
White with #B4757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4757A; }
p { color: rgb(180,117,122); }
H1.HeaderClassName
{
color: #B4757A;
}
.AnyTagClassName
{
color: #B4757A;
}
</style>
background-color css
<style>
a { background-color: #B4757A; }
a { background-color: rgb(180,117,122); }
div.DivClassName
{
background-color: #B4757A;
}
.BgClassName
{
background-color: #B4757A;
}
</style>
border-color css
<style>
span { border-color: #B4757A; }
span { border-color: rgb(180,117,122); }
td.TdClassName
{
border-color: #B4757A;
}
.TagClassName
{
border-color: #B4757A;
}
</style>