Shades of Turkish Rose #B4676A
Tints of Turkish Rose #B4676A
RGB
CMYK
RGB Variations
Color information
#B4676A (or 0xB4676A) is known color: Turkish Rose. HEX triplet: B4, 67 and 6A. RGB value is (180,103,106). Sum of RGB (Red+Green+Blue) = 180+103+106=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4676A is #4B9895. Grayscale: #7E7E7E. Windows color (decimal): -4954262 or 6973364. OLE color: 6973364.
HSL color Cylindrical-coordinate representation of color #B4676A: hue angle of 357.66º 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 #B4676A is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 106 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.29 |
| HSL | 357.66º | 0.34% | 0.55% | - |
| HSV(B) | 357.66º | 0.43% | 0.71% | - |
| XYZ | 26.27 | 20.44 | 16.2 | - |
| YUV | 126.37 | 116.51 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 106 | 0 | 0.43 | 0.41 | 0.29 | 357.66 | 0.34 | 0.55 |
| Hex | B4 | 67 | 6A | 0 | 2B | 29 | 1D | 166 | 22 | 37 |
| Octal | 264 | 147 | 152 | 0 | 53 | 51 | 35 | 546 | 42 | 67 |
| Binary | 10110100 | 1100111 | 1101010 | 0 | 101011 | 101001 | 11101 | 101100110 | 100010 | 110111 |
Color Harmonies of #B4676A
Complementary color
Monochromatic Colors of #B4676A
Black with #B4676A
Text Example
Text Example
White with #B4676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4676A; }
p { color: rgb(180,103,106); }
H1.HeaderClassName
{
color: #B4676A;
}
.AnyTagClassName
{
color: #B4676A;
}
</style>
background-color css
<style>
a { background-color: #B4676A; }
a { background-color: rgb(180,103,106); }
div.DivClassName
{
background-color: #B4676A;
}
.BgClassName
{
background-color: #B4676A;
}
</style>
border-color css
<style>
span { border-color: #B4676A; }
span { border-color: rgb(180,103,106); }
td.TdClassName
{
border-color: #B4676A;
}
.TagClassName
{
border-color: #B4676A;
}
</style>