Shades of Blush #B86069
Tints of Blush #B86069
RGB
CMYK
RGB Variations
Color information
#B86069 (or 0xB86069) is known color: Blush. HEX triplet: B8, 60 and 69. RGB value is (184,96,105). Sum of RGB (Red+Green+Blue) = 184+96+105=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B86069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86069 is #479F96. Grayscale: #7B7B7B. Windows color (decimal): -4693911 or 6906040. OLE color: 6906040.
HSL color Cylindrical-coordinate representation of color #B86069: hue angle of 353.86º 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 #B86069 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 105 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.28 |
| HSL | 353.86º | 0.38% | 0.55% | - |
| HSV(B) | 353.86º | 0.48% | 0.72% | - |
| XYZ | 26.5 | 19.58 | 15.75 | - |
| YUV | 123.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 105 | 0 | 0.48 | 0.43 | 0.28 | 353.86 | 0.38 | 0.55 |
| Hex | B8 | 60 | 69 | 0 | 30 | 2B | 1C | 162 | 26 | 37 |
| Octal | 270 | 140 | 151 | 0 | 60 | 53 | 34 | 542 | 46 | 67 |
| Binary | 10111000 | 1100000 | 1101001 | 0 | 110000 | 101011 | 11100 | 101100010 | 100110 | 110111 |
Color Harmonies of #B86069
Complementary color
Monochromatic Colors of #B86069
Black with #B86069
Text Example
Text Example
White with #B86069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86069; }
p { color: rgb(184,96,105); }
H1.HeaderClassName
{
color: #B86069;
}
.AnyTagClassName
{
color: #B86069;
}
</style>
background-color css
<style>
a { background-color: #B86069; }
a { background-color: rgb(184,96,105); }
div.DivClassName
{
background-color: #B86069;
}
.BgClassName
{
background-color: #B86069;
}
</style>
border-color css
<style>
span { border-color: #B86069; }
span { border-color: rgb(184,96,105); }
td.TdClassName
{
border-color: #B86069;
}
.TagClassName
{
border-color: #B86069;
}
</style>