Shades of Turkish Rose #B4767B
Tints of Turkish Rose #B4767B
RGB
CMYK
RGB Variations
Color information
#B4767B (or 0xB4767B) is known color: Turkish Rose. HEX triplet: B4, 76 and 7B. RGB value is (180,118,123). Sum of RGB (Red+Green+Blue) = 180+118+123=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4767B is #4B8984. Grayscale: #898989. Windows color (decimal): -4950405 or 8091316. OLE color: 8091316.
HSL color Cylindrical-coordinate representation of color #B4767B: hue angle of 355.16º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4767B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 123 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.29 |
| HSL | 355.16º | 0.29% | 0.58% | - |
| HSV(B) | 355.16º | 0.34% | 0.71% | - |
| XYZ | 28.88 | 24.09 | 21.87 | - |
| YUV | 137.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 123 | 0 | 0.34 | 0.32 | 0.29 | 355.16 | 0.29 | 0.58 |
| Hex | B4 | 76 | 7B | 0 | 22 | 20 | 1D | 163 | 1D | 3A |
| Octal | 264 | 166 | 173 | 0 | 42 | 40 | 35 | 543 | 35 | 72 |
| Binary | 10110100 | 1110110 | 1111011 | 0 | 100010 | 100000 | 11101 | 101100011 | 11101 | 111010 |
Color Harmonies of #B4767B
Complementary color
Monochromatic Colors of #B4767B
Black with #B4767B
Text Example
Text Example
White with #B4767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4767B; }
p { color: rgb(180,118,123); }
H1.HeaderClassName
{
color: #B4767B;
}
.AnyTagClassName
{
color: #B4767B;
}
</style>
background-color css
<style>
a { background-color: #B4767B; }
a { background-color: rgb(180,118,123); }
div.DivClassName
{
background-color: #B4767B;
}
.BgClassName
{
background-color: #B4767B;
}
</style>
border-color css
<style>
span { border-color: #B4767B; }
span { border-color: rgb(180,118,123); }
td.TdClassName
{
border-color: #B4767B;
}
.TagClassName
{
border-color: #B4767B;
}
</style>