Shades of Turkish Rose #B2757B
Tints of Turkish Rose #B2757B
RGB
CMYK
RGB Variations
Color information
#B2757B (or 0xB2757B) is known color: Turkish Rose. HEX triplet: B2, 75 and 7B. RGB value is (178,117,123). Sum of RGB (Red+Green+Blue) = 178+117+123=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2757B is #4D8A84. Grayscale: #878787. Windows color (decimal): -5081733 or 8091058. OLE color: 8091058.
HSL color Cylindrical-coordinate representation of color #B2757B: hue angle of 354.1º degrees, saturation: 0.28, 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 #B2757B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 123 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.30 |
| HSL | 354.1º | 0.28% | 0.58% | - |
| HSV(B) | 354.1º | 0.34% | 0.7% | - |
| XYZ | 28.3 | 23.62 | 21.81 | - |
| YUV | 135.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 123 | 0 | 0.34 | 0.31 | 0.30 | 354.1 | 0.28 | 0.58 |
| Hex | B2 | 75 | 7B | 0 | 22 | 1F | 1E | 162 | 1C | 3A |
| Octal | 262 | 165 | 173 | 0 | 42 | 37 | 36 | 542 | 34 | 72 |
| Binary | 10110010 | 1110101 | 1111011 | 0 | 100010 | 11111 | 11110 | 101100010 | 11100 | 111010 |
Color Harmonies of #B2757B
Complementary color
Monochromatic Colors of #B2757B
Black with #B2757B
Text Example
Text Example
White with #B2757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2757B; }
p { color: rgb(178,117,123); }
H1.HeaderClassName
{
color: #B2757B;
}
.AnyTagClassName
{
color: #B2757B;
}
</style>
background-color css
<style>
a { background-color: #B2757B; }
a { background-color: rgb(178,117,123); }
div.DivClassName
{
background-color: #B2757B;
}
.BgClassName
{
background-color: #B2757B;
}
</style>
border-color css
<style>
span { border-color: #B2757B; }
span { border-color: rgb(178,117,123); }
td.TdClassName
{
border-color: #B2757B;
}
.TagClassName
{
border-color: #B2757B;
}
</style>