Shades of Blush #B8616B
Tints of Blush #B8616B
RGB
CMYK
RGB Variations
Color information
#B8616B (or 0xB8616B) is known color: Blush. HEX triplet: B8, 61 and 6B. RGB value is (184,97,107). Sum of RGB (Red+Green+Blue) = 184+97+107=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B8616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8616B is #479E94. Grayscale: #7C7C7C. Windows color (decimal): -4693653 or 7037368. OLE color: 7037368.
HSL color Cylindrical-coordinate representation of color #B8616B: hue angle of 353.1º 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 #B8616B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 107 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.28 |
| HSL | 353.1º | 0.38% | 0.55% | - |
| HSV(B) | 353.1º | 0.47% | 0.72% | - |
| XYZ | 26.7 | 19.8 | 16.32 | - |
| YUV | 124.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 107 | 0 | 0.47 | 0.42 | 0.28 | 353.1 | 0.38 | 0.55 |
| Hex | B8 | 61 | 6B | 0 | 2F | 2A | 1C | 161 | 26 | 37 |
| Octal | 270 | 141 | 153 | 0 | 57 | 52 | 34 | 541 | 46 | 67 |
| Binary | 10111000 | 1100001 | 1101011 | 0 | 101111 | 101010 | 11100 | 101100001 | 100110 | 110111 |
Color Harmonies of #B8616B
Complementary color
Monochromatic Colors of #B8616B
Black with #B8616B
Text Example
Text Example
White with #B8616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8616B; }
p { color: rgb(184,97,107); }
H1.HeaderClassName
{
color: #B8616B;
}
.AnyTagClassName
{
color: #B8616B;
}
</style>
background-color css
<style>
a { background-color: #B8616B; }
a { background-color: rgb(184,97,107); }
div.DivClassName
{
background-color: #B8616B;
}
.BgClassName
{
background-color: #B8616B;
}
</style>
border-color css
<style>
span { border-color: #B8616B; }
span { border-color: rgb(184,97,107); }
td.TdClassName
{
border-color: #B8616B;
}
.TagClassName
{
border-color: #B8616B;
}
</style>