Shades of Turkish Rose #B4676B
Tints of Turkish Rose #B4676B
RGB
CMYK
RGB Variations
Color information
#B4676B (or 0xB4676B) is known color: Turkish Rose. HEX triplet: B4, 67 and 6B. RGB value is (180,103,107). Sum of RGB (Red+Green+Blue) = 180+103+107=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4676B is #4B9894. Grayscale: #7E7E7E. Windows color (decimal): -4954261 or 7038900. OLE color: 7038900.
HSL color Cylindrical-coordinate representation of color #B4676B: hue angle of 356.88º 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 #B4676B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 107 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.29 |
| HSL | 356.88º | 0.34% | 0.55% | - |
| HSV(B) | 356.88º | 0.43% | 0.71% | - |
| XYZ | 26.33 | 20.47 | 16.47 | - |
| YUV | 126.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 107 | 0 | 0.43 | 0.41 | 0.29 | 356.88 | 0.34 | 0.55 |
| Hex | B4 | 67 | 6B | 0 | 2B | 29 | 1D | 165 | 22 | 37 |
| Octal | 264 | 147 | 153 | 0 | 53 | 51 | 35 | 545 | 42 | 67 |
| Binary | 10110100 | 1100111 | 1101011 | 0 | 101011 | 101001 | 11101 | 101100101 | 100010 | 110111 |
Color Harmonies of #B4676B
Complementary color
Monochromatic Colors of #B4676B
Black with #B4676B
Text Example
Text Example
White with #B4676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4676B; }
p { color: rgb(180,103,107); }
H1.HeaderClassName
{
color: #B4676B;
}
.AnyTagClassName
{
color: #B4676B;
}
</style>
background-color css
<style>
a { background-color: #B4676B; }
a { background-color: rgb(180,103,107); }
div.DivClassName
{
background-color: #B4676B;
}
.BgClassName
{
background-color: #B4676B;
}
</style>
border-color css
<style>
span { border-color: #B4676B; }
span { border-color: rgb(180,103,107); }
td.TdClassName
{
border-color: #B4676B;
}
.TagClassName
{
border-color: #B4676B;
}
</style>