Shades of Blush #B8606D
Tints of Blush #B8606D
RGB
CMYK
RGB Variations
Color information
#B8606D (or 0xB8606D) is known color: Blush. HEX triplet: B8, 60 and 6D. RGB value is (184,96,109). Sum of RGB (Red+Green+Blue) = 184+96+109=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8606D is #479F92. Grayscale: #7B7B7B. Windows color (decimal): -4693907 or 7168184. OLE color: 7168184.
HSL color Cylindrical-coordinate representation of color #B8606D: hue angle of 351.14º 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 #B8606D is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 109 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.28 |
| HSL | 351.14º | 0.38% | 0.55% | - |
| HSV(B) | 351.14º | 0.48% | 0.72% | - |
| XYZ | 26.71 | 19.66 | 16.86 | - |
| YUV | 123.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 109 | 0 | 0.48 | 0.41 | 0.28 | 351.14 | 0.38 | 0.55 |
| Hex | B8 | 60 | 6D | 0 | 30 | 29 | 1C | 15F | 26 | 37 |
| Octal | 270 | 140 | 155 | 0 | 60 | 51 | 34 | 537 | 46 | 67 |
| Binary | 10111000 | 1100000 | 1101101 | 0 | 110000 | 101001 | 11100 | 101011111 | 100110 | 110111 |
Color Harmonies of #B8606D
Complementary color
Monochromatic Colors of #B8606D
Black with #B8606D
Text Example
Text Example
White with #B8606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8606D; }
p { color: rgb(184,96,109); }
H1.HeaderClassName
{
color: #B8606D;
}
.AnyTagClassName
{
color: #B8606D;
}
</style>
background-color css
<style>
a { background-color: #B8606D; }
a { background-color: rgb(184,96,109); }
div.DivClassName
{
background-color: #B8606D;
}
.BgClassName
{
background-color: #B8606D;
}
</style>
border-color css
<style>
span { border-color: #B8606D; }
span { border-color: rgb(184,96,109); }
td.TdClassName
{
border-color: #B8606D;
}
.TagClassName
{
border-color: #B8606D;
}
</style>