Shades of Blush #B86269
Tints of Blush #B86269
RGB
CMYK
RGB Variations
Color information
#B86269 (or 0xB86269) is known color: Blush. HEX triplet: B8, 62 and 69. RGB value is (184,98,105). Sum of RGB (Red+Green+Blue) = 184+98+105=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B86269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86269 is #479D96. Grayscale: #7C7C7C. Windows color (decimal): -4693399 or 6906552. OLE color: 6906552.
HSL color Cylindrical-coordinate representation of color #B86269: hue angle of 355.12º 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 #B86269 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 105 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.28 |
| HSL | 355.12º | 0.38% | 0.55% | - |
| HSV(B) | 355.12º | 0.47% | 0.72% | - |
| XYZ | 26.68 | 19.95 | 15.81 | - |
| YUV | 124.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 105 | 0 | 0.47 | 0.43 | 0.28 | 355.12 | 0.38 | 0.55 |
| Hex | B8 | 62 | 69 | 0 | 2F | 2B | 1C | 163 | 26 | 37 |
| Octal | 270 | 142 | 151 | 0 | 57 | 53 | 34 | 543 | 46 | 67 |
| Binary | 10111000 | 1100010 | 1101001 | 0 | 101111 | 101011 | 11100 | 101100011 | 100110 | 110111 |
Color Harmonies of #B86269
Complementary color
Monochromatic Colors of #B86269
Black with #B86269
Text Example
Text Example
White with #B86269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86269; }
p { color: rgb(184,98,105); }
H1.HeaderClassName
{
color: #B86269;
}
.AnyTagClassName
{
color: #B86269;
}
</style>
background-color css
<style>
a { background-color: #B86269; }
a { background-color: rgb(184,98,105); }
div.DivClassName
{
background-color: #B86269;
}
.BgClassName
{
background-color: #B86269;
}
</style>
border-color css
<style>
span { border-color: #B86269; }
span { border-color: rgb(184,98,105); }
td.TdClassName
{
border-color: #B86269;
}
.TagClassName
{
border-color: #B86269;
}
</style>