Shades of Turkish Rose #B4737B
Tints of Turkish Rose #B4737B
RGB
CMYK
RGB Variations
Color information
#B4737B (or 0xB4737B) is known color: Turkish Rose. HEX triplet: B4, 73 and 7B. RGB value is (180,115,123). Sum of RGB (Red+Green+Blue) = 180+115+123=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4737B is #4B8C84. Grayscale: #878787. Windows color (decimal): -4951173 or 8090548. OLE color: 8090548.
HSL color Cylindrical-coordinate representation of color #B4737B: hue angle of 352.62º 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 #B4737B is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 123 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.29 |
| HSL | 352.62º | 0.3% | 0.58% | - |
| HSV(B) | 352.62º | 0.36% | 0.71% | - |
| XYZ | 28.53 | 23.39 | 21.75 | - |
| YUV | 135.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 123 | 0 | 0.36 | 0.32 | 0.29 | 352.62 | 0.3 | 0.58 |
| Hex | B4 | 73 | 7B | 0 | 24 | 20 | 1D | 161 | 1E | 3A |
| Octal | 264 | 163 | 173 | 0 | 44 | 40 | 35 | 541 | 36 | 72 |
| Binary | 10110100 | 1110011 | 1111011 | 0 | 100100 | 100000 | 11101 | 101100001 | 11110 | 111010 |
Color Harmonies of #B4737B
Complementary color
Monochromatic Colors of #B4737B
Black with #B4737B
Text Example
Text Example
White with #B4737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4737B; }
p { color: rgb(180,115,123); }
H1.HeaderClassName
{
color: #B4737B;
}
.AnyTagClassName
{
color: #B4737B;
}
</style>
background-color css
<style>
a { background-color: #B4737B; }
a { background-color: rgb(180,115,123); }
div.DivClassName
{
background-color: #B4737B;
}
.BgClassName
{
background-color: #B4737B;
}
</style>
border-color css
<style>
span { border-color: #B4737B; }
span { border-color: rgb(180,115,123); }
td.TdClassName
{
border-color: #B4737B;
}
.TagClassName
{
border-color: #B4737B;
}
</style>