Shades of Blush #B8606F
Tints of Blush #B8606F
RGB
CMYK
RGB Variations
Color information
#B8606F (or 0xB8606F) is known color: Blush. HEX triplet: B8, 60 and 6F. RGB value is (184,96,111). Sum of RGB (Red+Green+Blue) = 184+96+111=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8606F is #479F90. Grayscale: #7C7C7C. Windows color (decimal): -4693905 or 7299256. OLE color: 7299256.
HSL color Cylindrical-coordinate representation of color #B8606F: hue angle of 349.77º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8606F is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 111 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.28 |
| HSL | 349.77º | 0.38% | 0.55% | - |
| HSV(B) | 349.77º | 0.48% | 0.72% | - |
| XYZ | 26.82 | 19.7 | 17.43 | - |
| YUV | 124.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 111 | 0 | 0.48 | 0.40 | 0.28 | 349.77 | 0.38 | 0.55 |
| Hex | B8 | 60 | 6F | 0 | 30 | 28 | 1C | 15E | 26 | 37 |
| Octal | 270 | 140 | 157 | 0 | 60 | 50 | 34 | 536 | 46 | 67 |
| Binary | 10111000 | 1100000 | 1101111 | 0 | 110000 | 101000 | 11100 | 101011110 | 100110 | 110111 |
Color Harmonies of #B8606F
Complementary color
Monochromatic Colors of #B8606F
Black with #B8606F
Text Example
Text Example
White with #B8606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8606F; }
p { color: rgb(184,96,111); }
H1.HeaderClassName
{
color: #B8606F;
}
.AnyTagClassName
{
color: #B8606F;
}
</style>
background-color css
<style>
a { background-color: #B8606F; }
a { background-color: rgb(184,96,111); }
div.DivClassName
{
background-color: #B8606F;
}
.BgClassName
{
background-color: #B8606F;
}
</style>
border-color css
<style>
span { border-color: #B8606F; }
span { border-color: rgb(184,96,111); }
td.TdClassName
{
border-color: #B8606F;
}
.TagClassName
{
border-color: #B8606F;
}
</style>