Shades of Turkish Rose #B36375
Tints of Turkish Rose #B36375
RGB
CMYK
RGB Variations
Color information
#B36375 (or 0xB36375) is known color: Turkish Rose. HEX triplet: B3, 63 and 75. RGB value is (179,99,117). Sum of RGB (Red+Green+Blue) = 179+99+117=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B36375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36375 is #4C9C8A. Grayscale: #7C7C7C. Windows color (decimal): -5020811 or 7693235. OLE color: 7693235.
HSL color Cylindrical-coordinate representation of color #B36375: hue angle of 346.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36375 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 117 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.30 |
| HSL | 346.5º | 0.34% | 0.55% | - |
| HSV(B) | 346.5º | 0.45% | 0.7% | - |
| XYZ | 26.26 | 19.79 | 19.27 | - |
| YUV | 124.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 117 | 0 | 0.45 | 0.35 | 0.30 | 346.5 | 0.34 | 0.55 |
| Hex | B3 | 63 | 75 | 0 | 2D | 23 | 1E | 15A | 22 | 37 |
| Octal | 263 | 143 | 165 | 0 | 55 | 43 | 36 | 532 | 42 | 67 |
| Binary | 10110011 | 1100011 | 1110101 | 0 | 101101 | 100011 | 11110 | 101011010 | 100010 | 110111 |
Color Harmonies of #B36375
Complementary color
Monochromatic Colors of #B36375
Black with #B36375
Text Example
Text Example
White with #B36375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36375; }
p { color: rgb(179,99,117); }
H1.HeaderClassName
{
color: #B36375;
}
.AnyTagClassName
{
color: #B36375;
}
</style>
background-color css
<style>
a { background-color: #B36375; }
a { background-color: rgb(179,99,117); }
div.DivClassName
{
background-color: #B36375;
}
.BgClassName
{
background-color: #B36375;
}
</style>
border-color css
<style>
span { border-color: #B36375; }
span { border-color: rgb(179,99,117); }
td.TdClassName
{
border-color: #B36375;
}
.TagClassName
{
border-color: #B36375;
}
</style>