Shades of Turkish Rose #B3787A
Tints of Turkish Rose #B3787A
RGB
CMYK
RGB Variations
Color information
#B3787A (or 0xB3787A) is known color: Turkish Rose. HEX triplet: B3, 78 and 7A. RGB value is (179,120,122). Sum of RGB (Red+Green+Blue) = 179+120+122=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3787A is #4C8785. Grayscale: #898989. Windows color (decimal): -5015430 or 8026291. OLE color: 8026291.
HSL color Cylindrical-coordinate representation of color #B3787A: hue angle of 357.97º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3787A is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 122 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.30 |
| HSL | 357.97º | 0.28% | 0.59% | - |
| HSV(B) | 357.97º | 0.33% | 0.7% | - |
| XYZ | 28.82 | 24.42 | 21.61 | - |
| YUV | 137.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 122 | 0 | 0.33 | 0.32 | 0.30 | 357.97 | 0.28 | 0.59 |
| Hex | B3 | 78 | 7A | 0 | 21 | 20 | 1E | 166 | 1C | 3B |
| Octal | 263 | 170 | 172 | 0 | 41 | 40 | 36 | 546 | 34 | 73 |
| Binary | 10110011 | 1111000 | 1111010 | 0 | 100001 | 100000 | 11110 | 101100110 | 11100 | 111011 |
Color Harmonies of #B3787A
Complementary color
Monochromatic Colors of #B3787A
Black with #B3787A
Text Example
Text Example
White with #B3787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3787A; }
p { color: rgb(179,120,122); }
H1.HeaderClassName
{
color: #B3787A;
}
.AnyTagClassName
{
color: #B3787A;
}
</style>
background-color css
<style>
a { background-color: #B3787A; }
a { background-color: rgb(179,120,122); }
div.DivClassName
{
background-color: #B3787A;
}
.BgClassName
{
background-color: #B3787A;
}
</style>
border-color css
<style>
span { border-color: #B3787A; }
span { border-color: rgb(179,120,122); }
td.TdClassName
{
border-color: #B3787A;
}
.TagClassName
{
border-color: #B3787A;
}
</style>