Shades of Turkish Rose #B3787D
Tints of Turkish Rose #B3787D
RGB
CMYK
RGB Variations
Color information
#B3787D (or 0xB3787D) is known color: Turkish Rose. HEX triplet: B3, 78 and 7D. RGB value is (179,120,125). Sum of RGB (Red+Green+Blue) = 179+120+125=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3787D is #4C8782. Grayscale: #8A8A8A. Windows color (decimal): -5015427 or 8222899. OLE color: 8222899.
HSL color Cylindrical-coordinate representation of color #B3787D: hue angle of 354.92º 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 #B3787D is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 125 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.30 |
| HSL | 354.92º | 0.28% | 0.59% | - |
| HSV(B) | 354.92º | 0.33% | 0.7% | - |
| XYZ | 29.01 | 24.5 | 22.6 | - |
| YUV | 138.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 125 | 0 | 0.33 | 0.30 | 0.30 | 354.92 | 0.28 | 0.59 |
| Hex | B3 | 78 | 7D | 0 | 21 | 1E | 1E | 163 | 1C | 3B |
| Octal | 263 | 170 | 175 | 0 | 41 | 36 | 36 | 543 | 34 | 73 |
| Binary | 10110011 | 1111000 | 1111101 | 0 | 100001 | 11110 | 11110 | 101100011 | 11100 | 111011 |
Color Harmonies of #B3787D
Complementary color
Monochromatic Colors of #B3787D
Black with #B3787D
Text Example
Text Example
White with #B3787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3787D; }
p { color: rgb(179,120,125); }
H1.HeaderClassName
{
color: #B3787D;
}
.AnyTagClassName
{
color: #B3787D;
}
</style>
background-color css
<style>
a { background-color: #B3787D; }
a { background-color: rgb(179,120,125); }
div.DivClassName
{
background-color: #B3787D;
}
.BgClassName
{
background-color: #B3787D;
}
</style>
border-color css
<style>
span { border-color: #B3787D; }
span { border-color: rgb(179,120,125); }
td.TdClassName
{
border-color: #B3787D;
}
.TagClassName
{
border-color: #B3787D;
}
</style>