Shades of Turkish Rose #B3767D
Tints of Turkish Rose #B3767D
RGB
CMYK
RGB Variations
Color information
#B3767D (or 0xB3767D) is known color: Turkish Rose. HEX triplet: B3, 76 and 7D. RGB value is (179,118,125). Sum of RGB (Red+Green+Blue) = 179+118+125=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3767D is #4C8982. Grayscale: #898989. Windows color (decimal): -5015939 or 8222387. OLE color: 8222387.
HSL color Cylindrical-coordinate representation of color #B3767D: hue angle of 353.11º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3767D is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 125 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.30 |
| HSL | 353.11º | 0.29% | 0.58% | - |
| HSV(B) | 353.11º | 0.34% | 0.7% | - |
| XYZ | 28.77 | 24.02 | 22.52 | - |
| YUV | 137.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 125 | 0 | 0.34 | 0.30 | 0.30 | 353.11 | 0.29 | 0.58 |
| Hex | B3 | 76 | 7D | 0 | 22 | 1E | 1E | 161 | 1D | 3A |
| Octal | 263 | 166 | 175 | 0 | 42 | 36 | 36 | 541 | 35 | 72 |
| Binary | 10110011 | 1110110 | 1111101 | 0 | 100010 | 11110 | 11110 | 101100001 | 11101 | 111010 |
Color Harmonies of #B3767D
Complementary color
Monochromatic Colors of #B3767D
Black with #B3767D
Text Example
Text Example
White with #B3767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3767D; }
p { color: rgb(179,118,125); }
H1.HeaderClassName
{
color: #B3767D;
}
.AnyTagClassName
{
color: #B3767D;
}
</style>
background-color css
<style>
a { background-color: #B3767D; }
a { background-color: rgb(179,118,125); }
div.DivClassName
{
background-color: #B3767D;
}
.BgClassName
{
background-color: #B3767D;
}
</style>
border-color css
<style>
span { border-color: #B3767D; }
span { border-color: rgb(179,118,125); }
td.TdClassName
{
border-color: #B3767D;
}
.TagClassName
{
border-color: #B3767D;
}
</style>