Shades of Turkish Rose #B0767D
Tints of Turkish Rose #B0767D
RGB
CMYK
RGB Variations
Color information
#B0767D (or 0xB0767D) is known color: Turkish Rose. HEX triplet: B0, 76 and 7D. RGB value is (176,118,125). Sum of RGB (Red+Green+Blue) = 176+118+125=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0767D is #4F8982. Grayscale: #888888. Windows color (decimal): -5212547 or 8222384. OLE color: 8222384.
HSL color Cylindrical-coordinate representation of color #B0767D: hue angle of 352.76º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0767D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 125 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.31 |
| HSL | 352.76º | 0.27% | 0.58% | - |
| HSV(B) | 352.76º | 0.33% | 0.69% | - |
| XYZ | 28.08 | 23.67 | 22.49 | - |
| YUV | 136.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 125 | 0 | 0.33 | 0.29 | 0.31 | 352.76 | 0.27 | 0.58 |
| Hex | B0 | 76 | 7D | 0 | 21 | 1D | 1F | 161 | 1B | 3A |
| Octal | 260 | 166 | 175 | 0 | 41 | 35 | 37 | 541 | 33 | 72 |
| Binary | 10110000 | 1110110 | 1111101 | 0 | 100001 | 11101 | 11111 | 101100001 | 11011 | 111010 |
Color Harmonies of #B0767D
Complementary color
Monochromatic Colors of #B0767D
Black with #B0767D
Text Example
Text Example
White with #B0767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0767D; }
p { color: rgb(176,118,125); }
H1.HeaderClassName
{
color: #B0767D;
}
.AnyTagClassName
{
color: #B0767D;
}
</style>
background-color css
<style>
a { background-color: #B0767D; }
a { background-color: rgb(176,118,125); }
div.DivClassName
{
background-color: #B0767D;
}
.BgClassName
{
background-color: #B0767D;
}
</style>
border-color css
<style>
span { border-color: #B0767D; }
span { border-color: rgb(176,118,125); }
td.TdClassName
{
border-color: #B0767D;
}
.TagClassName
{
border-color: #B0767D;
}
</style>