Shades of Turkish Rose #B4747A
Tints of Turkish Rose #B4747A
RGB
CMYK
RGB Variations
Color information
#B4747A (or 0xB4747A) is known color: Turkish Rose. HEX triplet: B4, 74 and 7A. RGB value is (180,116,122). Sum of RGB (Red+Green+Blue) = 180+116+122=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4747A is #4B8B85. Grayscale: #878787. Windows color (decimal): -4950918 or 8025268. OLE color: 8025268.
HSL color Cylindrical-coordinate representation of color #B4747A: hue angle of 354.38º degrees, saturation: 0.3, 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 #B4747A is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 116 | 122 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.29 |
| HSL | 354.38º | 0.3% | 0.58% | - |
| HSV(B) | 354.38º | 0.36% | 0.71% | - |
| XYZ | 28.58 | 23.6 | 21.46 | - |
| YUV | 135.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 122 | 0 | 0.36 | 0.32 | 0.29 | 354.38 | 0.3 | 0.58 |
| Hex | B4 | 74 | 7A | 0 | 24 | 20 | 1D | 162 | 1E | 3A |
| Octal | 264 | 164 | 172 | 0 | 44 | 40 | 35 | 542 | 36 | 72 |
| Binary | 10110100 | 1110100 | 1111010 | 0 | 100100 | 100000 | 11101 | 101100010 | 11110 | 111010 |
Color Harmonies of #B4747A
Complementary color
Monochromatic Colors of #B4747A
Black with #B4747A
Text Example
Text Example
White with #B4747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4747A; }
p { color: rgb(180,116,122); }
H1.HeaderClassName
{
color: #B4747A;
}
.AnyTagClassName
{
color: #B4747A;
}
</style>
background-color css
<style>
a { background-color: #B4747A; }
a { background-color: rgb(180,116,122); }
div.DivClassName
{
background-color: #B4747A;
}
.BgClassName
{
background-color: #B4747A;
}
</style>
border-color css
<style>
span { border-color: #B4747A; }
span { border-color: rgb(180,116,122); }
td.TdClassName
{
border-color: #B4747A;
}
.TagClassName
{
border-color: #B4747A;
}
</style>