Shades of Blush #B8626F
Tints of Blush #B8626F
RGB
CMYK
RGB Variations
Color information
#B8626F (or 0xB8626F) is known color: Blush. HEX triplet: B8, 62 and 6F. RGB value is (184,98,111). Sum of RGB (Red+Green+Blue) = 184+98+111=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8626F is #479D90. Grayscale: #7D7D7D. Windows color (decimal): -4693393 or 7299768. OLE color: 7299768.
HSL color Cylindrical-coordinate representation of color #B8626F: hue angle of 350.93º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8626F is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 111 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.28 |
| HSL | 350.93º | 0.38% | 0.55% | - |
| HSV(B) | 350.93º | 0.47% | 0.72% | - |
| XYZ | 27 | 20.07 | 17.49 | - |
| YUV | 125.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 111 | 0 | 0.47 | 0.40 | 0.28 | 350.93 | 0.38 | 0.55 |
| Hex | B8 | 62 | 6F | 0 | 2F | 28 | 1C | 15F | 26 | 37 |
| Octal | 270 | 142 | 157 | 0 | 57 | 50 | 34 | 537 | 46 | 67 |
| Binary | 10111000 | 1100010 | 1101111 | 0 | 101111 | 101000 | 11100 | 101011111 | 100110 | 110111 |
Color Harmonies of #B8626F
Complementary color
Monochromatic Colors of #B8626F
Black with #B8626F
Text Example
Text Example
White with #B8626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8626F; }
p { color: rgb(184,98,111); }
H1.HeaderClassName
{
color: #B8626F;
}
.AnyTagClassName
{
color: #B8626F;
}
</style>
background-color css
<style>
a { background-color: #B8626F; }
a { background-color: rgb(184,98,111); }
div.DivClassName
{
background-color: #B8626F;
}
.BgClassName
{
background-color: #B8626F;
}
</style>
border-color css
<style>
span { border-color: #B8626F; }
span { border-color: rgb(184,98,111); }
td.TdClassName
{
border-color: #B8626F;
}
.TagClassName
{
border-color: #B8626F;
}
</style>