Shades of Blush #B44866
Tints of Blush #B44866
RGB
CMYK
RGB Variations
Color information
#B44866 (or 0xB44866) is known color: Blush. HEX triplet: B4, 48 and 66. RGB value is (180,72,102). Sum of RGB (Red+Green+Blue) = 180+72+102=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B44866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44866 is #4BB799. Grayscale: #6B6B6B. Windows color (decimal): -4962202 or 6703284. OLE color: 6703284.
HSL color Cylindrical-coordinate representation of color #B44866: hue angle of 343.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44866 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 102 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.29 |
| HSL | 343.33º | 0.43% | 0.49% | - |
| HSV(B) | 343.33º | 0.6% | 0.71% | - |
| XYZ | 23.54 | 15.3 | 14.28 | - |
| YUV | 107.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 102 | 0 | 0.60 | 0.43 | 0.29 | 343.33 | 0.43 | 0.49 |
| Hex | B4 | 48 | 66 | 0 | 3C | 2B | 1D | 157 | 2B | 31 |
| Octal | 264 | 110 | 146 | 0 | 74 | 53 | 35 | 527 | 53 | 61 |
| Binary | 10110100 | 1001000 | 1100110 | 0 | 111100 | 101011 | 11101 | 101010111 | 101011 | 110001 |
Color Harmonies of #B44866
Complementary color
Monochromatic Colors of #B44866
Black with #B44866
Text Example
Text Example
White with #B44866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44866; }
p { color: rgb(180,72,102); }
H1.HeaderClassName
{
color: #B44866;
}
.AnyTagClassName
{
color: #B44866;
}
</style>
background-color css
<style>
a { background-color: #B44866; }
a { background-color: rgb(180,72,102); }
div.DivClassName
{
background-color: #B44866;
}
.BgClassName
{
background-color: #B44866;
}
</style>
border-color css
<style>
span { border-color: #B44866; }
span { border-color: rgb(180,72,102); }
td.TdClassName
{
border-color: #B44866;
}
.TagClassName
{
border-color: #B44866;
}
</style>