Shades of Turkish Rose #B27A7C
Tints of Turkish Rose #B27A7C
RGB
CMYK
RGB Variations
Color information
#B27A7C (or 0xB27A7C) is known color: Turkish Rose. HEX triplet: B2, 7A and 7C. RGB value is (178,122,124). Sum of RGB (Red+Green+Blue) = 178+122+124=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A7C is #4D8583. Grayscale: #8B8B8B. Windows color (decimal): -5080452 or 8157874. OLE color: 8157874.
HSL color Cylindrical-coordinate representation of color #B27A7C: hue angle of 357.86º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27A7C is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 124 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.30 |
| HSL | 357.86º | 0.27% | 0.59% | - |
| HSV(B) | 357.86º | 0.31% | 0.7% | - |
| XYZ | 28.96 | 24.84 | 22.34 | - |
| YUV | 138.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 124 | 0 | 0.31 | 0.30 | 0.30 | 357.86 | 0.27 | 0.59 |
| Hex | B2 | 7A | 7C | 0 | 1F | 1E | 1E | 166 | 1B | 3B |
| Octal | 262 | 172 | 174 | 0 | 37 | 36 | 36 | 546 | 33 | 73 |
| Binary | 10110010 | 1111010 | 1111100 | 0 | 11111 | 11110 | 11110 | 101100110 | 11011 | 111011 |
Color Harmonies of #B27A7C
Complementary color
Monochromatic Colors of #B27A7C
Black with #B27A7C
Text Example
Text Example
White with #B27A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A7C; }
p { color: rgb(178,122,124); }
H1.HeaderClassName
{
color: #B27A7C;
}
.AnyTagClassName
{
color: #B27A7C;
}
</style>
background-color css
<style>
a { background-color: #B27A7C; }
a { background-color: rgb(178,122,124); }
div.DivClassName
{
background-color: #B27A7C;
}
.BgClassName
{
background-color: #B27A7C;
}
</style>
border-color css
<style>
span { border-color: #B27A7C; }
span { border-color: rgb(178,122,124); }
td.TdClassName
{
border-color: #B27A7C;
}
.TagClassName
{
border-color: #B27A7C;
}
</style>