Shades of Blush #B44F6C
Tints of Blush #B44F6C
RGB
CMYK
RGB Variations
Color information
#B44F6C (or 0xB44F6C) is known color: Blush. HEX triplet: B4, 4F and 6C. RGB value is (180,79,108). Sum of RGB (Red+Green+Blue) = 180+79+108=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44F6C is #4BB093. Grayscale: #707070. Windows color (decimal): -4960404 or 7098292. OLE color: 7098292.
HSL color Cylindrical-coordinate representation of color #B44F6C: hue angle of 342.77º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B44F6C is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 79 | 108 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.29 |
| HSL | 342.77º | 0.4% | 0.51% | - |
| HSV(B) | 342.77º | 0.56% | 0.71% | - |
| XYZ | 24.33 | 16.38 | 16.07 | - |
| YUV | 112.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 79 | 108 | 0 | 0.56 | 0.40 | 0.29 | 342.77 | 0.4 | 0.51 |
| Hex | B4 | 4F | 6C | 0 | 38 | 28 | 1D | 157 | 28 | 33 |
| Octal | 264 | 117 | 154 | 0 | 70 | 50 | 35 | 527 | 50 | 63 |
| Binary | 10110100 | 1001111 | 1101100 | 0 | 111000 | 101000 | 11101 | 101010111 | 101000 | 110011 |
Color Harmonies of #B44F6C
Complementary color
Monochromatic Colors of #B44F6C
Black with #B44F6C
Text Example
Text Example
White with #B44F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44F6C; }
p { color: rgb(180,79,108); }
H1.HeaderClassName
{
color: #B44F6C;
}
.AnyTagClassName
{
color: #B44F6C;
}
</style>
background-color css
<style>
a { background-color: #B44F6C; }
a { background-color: rgb(180,79,108); }
div.DivClassName
{
background-color: #B44F6C;
}
.BgClassName
{
background-color: #B44F6C;
}
</style>
border-color css
<style>
span { border-color: #B44F6C; }
span { border-color: rgb(180,79,108); }
td.TdClassName
{
border-color: #B44F6C;
}
.TagClassName
{
border-color: #B44F6C;
}
</style>