Shades of Turkish Rose #B8797B
Tints of Turkish Rose #B8797B
RGB
CMYK
RGB Variations
Color information
#B8797B (or 0xB8797B) is known color: Turkish Rose. HEX triplet: B8, 79 and 7B. RGB value is (184,121,123). Sum of RGB (Red+Green+Blue) = 184+121+123=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8797B is #478684. Grayscale: #8C8C8C. Windows color (decimal): -4687493 or 8092088. OLE color: 8092088.
HSL color Cylindrical-coordinate representation of color #B8797B: hue angle of 358.1º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8797B is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 123 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.28 |
| HSL | 358.1º | 0.31% | 0.6% | - |
| HSV(B) | 358.1º | 0.34% | 0.72% | - |
| XYZ | 30.18 | 25.3 | 22.03 | - |
| YUV | 140.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 123 | 0 | 0.34 | 0.33 | 0.28 | 358.1 | 0.31 | 0.6 |
| Hex | B8 | 79 | 7B | 0 | 22 | 21 | 1C | 166 | 1F | 3C |
| Octal | 270 | 171 | 173 | 0 | 42 | 41 | 34 | 546 | 37 | 74 |
| Binary | 10111000 | 1111001 | 1111011 | 0 | 100010 | 100001 | 11100 | 101100110 | 11111 | 111100 |
Color Harmonies of #B8797B
Complementary color
Monochromatic Colors of #B8797B
Black with #B8797B
Text Example
Text Example
White with #B8797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8797B; }
p { color: rgb(184,121,123); }
H1.HeaderClassName
{
color: #B8797B;
}
.AnyTagClassName
{
color: #B8797B;
}
</style>
background-color css
<style>
a { background-color: #B8797B; }
a { background-color: rgb(184,121,123); }
div.DivClassName
{
background-color: #B8797B;
}
.BgClassName
{
background-color: #B8797B;
}
</style>
border-color css
<style>
span { border-color: #B8797B; }
span { border-color: rgb(184,121,123); }
td.TdClassName
{
border-color: #B8797B;
}
.TagClassName
{
border-color: #B8797B;
}
</style>