Shades of Blush #B86367
Tints of Blush #B86367
RGB
CMYK
RGB Variations
Color information
#B86367 (or 0xB86367) is known color: Blush. HEX triplet: B8, 63 and 67. RGB value is (184,99,103). Sum of RGB (Red+Green+Blue) = 184+99+103=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B86367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86367 is #479C98. Grayscale: #7C7C7C. Windows color (decimal): -4693145 or 6775736. OLE color: 6775736.
HSL color Cylindrical-coordinate representation of color #B86367: hue angle of 357.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86367 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 103 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.28 |
| HSL | 357.18º | 0.37% | 0.55% | - |
| HSV(B) | 357.18º | 0.46% | 0.72% | - |
| XYZ | 26.68 | 20.09 | 15.3 | - |
| YUV | 124.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 103 | 0 | 0.46 | 0.44 | 0.28 | 357.18 | 0.37 | 0.55 |
| Hex | B8 | 63 | 67 | 0 | 2E | 2C | 1C | 165 | 25 | 37 |
| Octal | 270 | 143 | 147 | 0 | 56 | 54 | 34 | 545 | 45 | 67 |
| Binary | 10111000 | 1100011 | 1100111 | 0 | 101110 | 101100 | 11100 | 101100101 | 100101 | 110111 |
Color Harmonies of #B86367
Complementary color
Monochromatic Colors of #B86367
Black with #B86367
Text Example
Text Example
White with #B86367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86367; }
p { color: rgb(184,99,103); }
H1.HeaderClassName
{
color: #B86367;
}
.AnyTagClassName
{
color: #B86367;
}
</style>
background-color css
<style>
a { background-color: #B86367; }
a { background-color: rgb(184,99,103); }
div.DivClassName
{
background-color: #B86367;
}
.BgClassName
{
background-color: #B86367;
}
</style>
border-color css
<style>
span { border-color: #B86367; }
span { border-color: rgb(184,99,103); }
td.TdClassName
{
border-color: #B86367;
}
.TagClassName
{
border-color: #B86367;
}
</style>