Shades of Turkish Rose #B4626E
Tints of Turkish Rose #B4626E
RGB
CMYK
RGB Variations
Color information
#B4626E (or 0xB4626E) is known color: Turkish Rose. HEX triplet: B4, 62 and 6E. RGB value is (180,98,110). Sum of RGB (Red+Green+Blue) = 180+98+110=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4626E is #4B9D91. Grayscale: #7B7B7B. Windows color (decimal): -4955538 or 7234228. OLE color: 7234228.
HSL color Cylindrical-coordinate representation of color #B4626E: hue angle of 351.22º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4626E is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 98 | 110 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.29 |
| HSL | 351.22º | 0.35% | 0.55% | - |
| HSV(B) | 351.22º | 0.46% | 0.71% | - |
| XYZ | 26 | 19.56 | 17.16 | - |
| YUV | 123.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 98 | 110 | 0 | 0.46 | 0.39 | 0.29 | 351.22 | 0.35 | 0.55 |
| Hex | B4 | 62 | 6E | 0 | 2E | 27 | 1D | 15F | 23 | 37 |
| Octal | 264 | 142 | 156 | 0 | 56 | 47 | 35 | 537 | 43 | 67 |
| Binary | 10110100 | 1100010 | 1101110 | 0 | 101110 | 100111 | 11101 | 101011111 | 100011 | 110111 |
Color Harmonies of #B4626E
Complementary color
Monochromatic Colors of #B4626E
Black with #B4626E
Text Example
Text Example
White with #B4626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4626E; }
p { color: rgb(180,98,110); }
H1.HeaderClassName
{
color: #B4626E;
}
.AnyTagClassName
{
color: #B4626E;
}
</style>
background-color css
<style>
a { background-color: #B4626E; }
a { background-color: rgb(180,98,110); }
div.DivClassName
{
background-color: #B4626E;
}
.BgClassName
{
background-color: #B4626E;
}
</style>
border-color css
<style>
span { border-color: #B4626E; }
span { border-color: rgb(180,98,110); }
td.TdClassName
{
border-color: #B4626E;
}
.TagClassName
{
border-color: #B4626E;
}
</style>