Shades of Blush #B8636C
Tints of Blush #B8636C
RGB
CMYK
RGB Variations
Color information
#B8636C (or 0xB8636C) is known color: Blush. HEX triplet: B8, 63 and 6C. RGB value is (184,99,108). Sum of RGB (Red+Green+Blue) = 184+99+108=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8636C is #479C93. Grayscale: #7D7D7D. Windows color (decimal): -4693140 or 7103416. OLE color: 7103416.
HSL color Cylindrical-coordinate representation of color #B8636C: hue angle of 353.65º 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 #B8636C is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 108 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.28 |
| HSL | 353.65º | 0.37% | 0.55% | - |
| HSV(B) | 353.65º | 0.46% | 0.72% | - |
| XYZ | 26.94 | 20.2 | 16.67 | - |
| YUV | 125.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 108 | 0 | 0.46 | 0.41 | 0.28 | 353.65 | 0.37 | 0.55 |
| Hex | B8 | 63 | 6C | 0 | 2E | 29 | 1C | 162 | 25 | 37 |
| Octal | 270 | 143 | 154 | 0 | 56 | 51 | 34 | 542 | 45 | 67 |
| Binary | 10111000 | 1100011 | 1101100 | 0 | 101110 | 101001 | 11100 | 101100010 | 100101 | 110111 |
Color Harmonies of #B8636C
Complementary color
Monochromatic Colors of #B8636C
Black with #B8636C
Text Example
Text Example
White with #B8636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8636C; }
p { color: rgb(184,99,108); }
H1.HeaderClassName
{
color: #B8636C;
}
.AnyTagClassName
{
color: #B8636C;
}
</style>
background-color css
<style>
a { background-color: #B8636C; }
a { background-color: rgb(184,99,108); }
div.DivClassName
{
background-color: #B8636C;
}
.BgClassName
{
background-color: #B8636C;
}
</style>
border-color css
<style>
span { border-color: #B8636C; }
span { border-color: rgb(184,99,108); }
td.TdClassName
{
border-color: #B8636C;
}
.TagClassName
{
border-color: #B8636C;
}
</style>