Shades of Turkish Rose #B4666F
Tints of Turkish Rose #B4666F
RGB
CMYK
RGB Variations
Color information
#B4666F (or 0xB4666F) is known color: Turkish Rose. HEX triplet: B4, 66 and 6F. RGB value is (180,102,111). Sum of RGB (Red+Green+Blue) = 180+102+111=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4666F is #4B9990. Grayscale: #7E7E7E. Windows color (decimal): -4954513 or 7300788. OLE color: 7300788.
HSL color Cylindrical-coordinate representation of color #B4666F: hue angle of 353.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4666F is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 111 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.29 |
| HSL | 353.08º | 0.34% | 0.55% | - |
| HSV(B) | 353.08º | 0.43% | 0.71% | - |
| XYZ | 26.44 | 20.35 | 17.57 | - |
| YUV | 126.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 111 | 0 | 0.43 | 0.38 | 0.29 | 353.08 | 0.34 | 0.55 |
| Hex | B4 | 66 | 6F | 0 | 2B | 26 | 1D | 161 | 22 | 37 |
| Octal | 264 | 146 | 157 | 0 | 53 | 46 | 35 | 541 | 42 | 67 |
| Binary | 10110100 | 1100110 | 1101111 | 0 | 101011 | 100110 | 11101 | 101100001 | 100010 | 110111 |
Color Harmonies of #B4666F
Complementary color
Monochromatic Colors of #B4666F
Black with #B4666F
Text Example
Text Example
White with #B4666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4666F; }
p { color: rgb(180,102,111); }
H1.HeaderClassName
{
color: #B4666F;
}
.AnyTagClassName
{
color: #B4666F;
}
</style>
background-color css
<style>
a { background-color: #B4666F; }
a { background-color: rgb(180,102,111); }
div.DivClassName
{
background-color: #B4666F;
}
.BgClassName
{
background-color: #B4666F;
}
</style>
border-color css
<style>
span { border-color: #B4666F; }
span { border-color: rgb(180,102,111); }
td.TdClassName
{
border-color: #B4666F;
}
.TagClassName
{
border-color: #B4666F;
}
</style>