Shades of Blush #B25564
Tints of Blush #B25564
RGB
CMYK
RGB Variations
Color information
#B25564 (or 0xB25564) is known color: Blush. HEX triplet: B2, 55 and 64. RGB value is (178,85,100). Sum of RGB (Red+Green+Blue) = 178+85+100=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B25564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25564 is #4DAA9B. Grayscale: #727272. Windows color (decimal): -5089948 or 6575538. OLE color: 6575538.
HSL color Cylindrical-coordinate representation of color #B25564: hue angle of 350.32º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25564 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 100 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.30 |
| HSL | 350.32º | 0.38% | 0.52% | - |
| HSV(B) | 350.32º | 0.52% | 0.7% | - |
| XYZ | 23.91 | 16.88 | 14.06 | - |
| YUV | 114.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 100 | 0 | 0.52 | 0.44 | 0.30 | 350.32 | 0.38 | 0.52 |
| Hex | B2 | 55 | 64 | 0 | 34 | 2C | 1E | 15E | 26 | 34 |
| Octal | 262 | 125 | 144 | 0 | 64 | 54 | 36 | 536 | 46 | 64 |
| Binary | 10110010 | 1010101 | 1100100 | 0 | 110100 | 101100 | 11110 | 101011110 | 100110 | 110100 |
Color Harmonies of #B25564
Complementary color
Monochromatic Colors of #B25564
Black with #B25564
Text Example
Text Example
White with #B25564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25564; }
p { color: rgb(178,85,100); }
H1.HeaderClassName
{
color: #B25564;
}
.AnyTagClassName
{
color: #B25564;
}
</style>
background-color css
<style>
a { background-color: #B25564; }
a { background-color: rgb(178,85,100); }
div.DivClassName
{
background-color: #B25564;
}
.BgClassName
{
background-color: #B25564;
}
</style>
border-color css
<style>
span { border-color: #B25564; }
span { border-color: rgb(178,85,100); }
td.TdClassName
{
border-color: #B25564;
}
.TagClassName
{
border-color: #B25564;
}
</style>