Shades of Blush #B24C6B
Tints of Blush #B24C6B
RGB
CMYK
RGB Variations
Color information
#B24C6B (or 0xB24C6B) is known color: Blush. HEX triplet: B2, 4C and 6B. RGB value is (178,76,107). Sum of RGB (Red+Green+Blue) = 178+76+107=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C6B is #4DB394. Grayscale: #6E6E6E. Windows color (decimal): -5092245 or 7031986. OLE color: 7031986.
HSL color Cylindrical-coordinate representation of color #B24C6B: hue angle of 341.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24C6B is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 76 | 107 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.30 |
| HSL | 341.76º | 0.4% | 0.5% | - |
| HSV(B) | 341.76º | 0.57% | 0.7% | - |
| XYZ | 23.6 | 15.7 | 15.7 | - |
| YUV | 110.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 76 | 107 | 0 | 0.57 | 0.40 | 0.30 | 341.76 | 0.4 | 0.5 |
| Hex | B2 | 4C | 6B | 0 | 39 | 28 | 1E | 156 | 28 | 32 |
| Octal | 262 | 114 | 153 | 0 | 71 | 50 | 36 | 526 | 50 | 62 |
| Binary | 10110010 | 1001100 | 1101011 | 0 | 111001 | 101000 | 11110 | 101010110 | 101000 | 110010 |
Color Harmonies of #B24C6B
Complementary color
Monochromatic Colors of #B24C6B
Black with #B24C6B
Text Example
Text Example
White with #B24C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24C6B; }
p { color: rgb(178,76,107); }
H1.HeaderClassName
{
color: #B24C6B;
}
.AnyTagClassName
{
color: #B24C6B;
}
</style>
background-color css
<style>
a { background-color: #B24C6B; }
a { background-color: rgb(178,76,107); }
div.DivClassName
{
background-color: #B24C6B;
}
.BgClassName
{
background-color: #B24C6B;
}
</style>
border-color css
<style>
span { border-color: #B24C6B; }
span { border-color: rgb(178,76,107); }
td.TdClassName
{
border-color: #B24C6B;
}
.TagClassName
{
border-color: #B24C6B;
}
</style>