Shades of Turkish Rose #B27A7E
Tints of Turkish Rose #B27A7E
RGB
CMYK
RGB Variations
Color information
#B27A7E (or 0xB27A7E) is known color: Turkish Rose. HEX triplet: B2, 7A and 7E. RGB value is (178,122,126). Sum of RGB (Red+Green+Blue) = 178+122+126=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A7E is #4D8581. Grayscale: #8B8B8B. Windows color (decimal): -5080450 or 8288946. OLE color: 8288946.
HSL color Cylindrical-coordinate representation of color #B27A7E: hue angle of 355.71º 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 #B27A7E is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 126 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.30 |
| HSL | 355.71º | 0.27% | 0.59% | - |
| HSV(B) | 355.71º | 0.31% | 0.7% | - |
| XYZ | 29.09 | 24.89 | 23.01 | - |
| YUV | 139.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 126 | 0 | 0.31 | 0.29 | 0.30 | 355.71 | 0.27 | 0.59 |
| Hex | B2 | 7A | 7E | 0 | 1F | 1D | 1E | 164 | 1B | 3B |
| Octal | 262 | 172 | 176 | 0 | 37 | 35 | 36 | 544 | 33 | 73 |
| Binary | 10110010 | 1111010 | 1111110 | 0 | 11111 | 11101 | 11110 | 101100100 | 11011 | 111011 |
Color Harmonies of #B27A7E
Complementary color
Monochromatic Colors of #B27A7E
Black with #B27A7E
Text Example
Text Example
White with #B27A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A7E; }
p { color: rgb(178,122,126); }
H1.HeaderClassName
{
color: #B27A7E;
}
.AnyTagClassName
{
color: #B27A7E;
}
</style>
background-color css
<style>
a { background-color: #B27A7E; }
a { background-color: rgb(178,122,126); }
div.DivClassName
{
background-color: #B27A7E;
}
.BgClassName
{
background-color: #B27A7E;
}
</style>
border-color css
<style>
span { border-color: #B27A7E; }
span { border-color: rgb(178,122,126); }
td.TdClassName
{
border-color: #B27A7E;
}
.TagClassName
{
border-color: #B27A7E;
}
</style>