Shades of Blush #B6626E
Tints of Blush #B6626E
RGB
CMYK
RGB Variations
Color information
#B6626E (or 0xB6626E) is known color: Blush. HEX triplet: B6, 62 and 6E. RGB value is (182,98,110). Sum of RGB (Red+Green+Blue) = 182+98+110=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6626E is #499D91. Grayscale: #7C7C7C. Windows color (decimal): -4824466 or 7234230. OLE color: 7234230.
HSL color Cylindrical-coordinate representation of color #B6626E: hue angle of 351.43º degrees, saturation: 0.37, 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 #B6626E is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 110 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.29 |
| HSL | 351.43º | 0.37% | 0.55% | - |
| HSV(B) | 351.43º | 0.46% | 0.71% | - |
| XYZ | 26.47 | 19.81 | 17.18 | - |
| YUV | 124.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 110 | 0 | 0.46 | 0.40 | 0.29 | 351.43 | 0.37 | 0.55 |
| Hex | B6 | 62 | 6E | 0 | 2E | 28 | 1D | 15F | 25 | 37 |
| Octal | 266 | 142 | 156 | 0 | 56 | 50 | 35 | 537 | 45 | 67 |
| Binary | 10110110 | 1100010 | 1101110 | 0 | 101110 | 101000 | 11101 | 101011111 | 100101 | 110111 |
Color Harmonies of #B6626E
Complementary color
Monochromatic Colors of #B6626E
Black with #B6626E
Text Example
Text Example
White with #B6626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6626E; }
p { color: rgb(182,98,110); }
H1.HeaderClassName
{
color: #B6626E;
}
.AnyTagClassName
{
color: #B6626E;
}
</style>
background-color css
<style>
a { background-color: #B6626E; }
a { background-color: rgb(182,98,110); }
div.DivClassName
{
background-color: #B6626E;
}
.BgClassName
{
background-color: #B6626E;
}
</style>
border-color css
<style>
span { border-color: #B6626E; }
span { border-color: rgb(182,98,110); }
td.TdClassName
{
border-color: #B6626E;
}
.TagClassName
{
border-color: #B6626E;
}
</style>