Shades of Blush #B2505F
Tints of Blush #B2505F
RGB
CMYK
RGB Variations
Color information
#B2505F (or 0xB2505F) is known color: Blush. HEX triplet: B2, 50 and 5F. RGB value is (178,80,95). Sum of RGB (Red+Green+Blue) = 178+80+95=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2505F is #4DAFA0. Grayscale: #6F6F6F. Windows color (decimal): -5091233 or 6246578. OLE color: 6246578.
HSL color Cylindrical-coordinate representation of color #B2505F: hue angle of 350.82º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2505F is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 95 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.30 |
| HSL | 350.82º | 0.39% | 0.51% | - |
| HSV(B) | 350.82º | 0.55% | 0.7% | - |
| XYZ | 23.29 | 16.03 | 12.69 | - |
| YUV | 111.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 95 | 0 | 0.55 | 0.47 | 0.30 | 350.82 | 0.39 | 0.51 |
| Hex | B2 | 50 | 5F | 0 | 37 | 2F | 1E | 15F | 27 | 33 |
| Octal | 262 | 120 | 137 | 0 | 67 | 57 | 36 | 537 | 47 | 63 |
| Binary | 10110010 | 1010000 | 1011111 | 0 | 110111 | 101111 | 11110 | 101011111 | 100111 | 110011 |
Color Harmonies of #B2505F
Complementary color
Monochromatic Colors of #B2505F
Black with #B2505F
Text Example
Text Example
White with #B2505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2505F; }
p { color: rgb(178,80,95); }
H1.HeaderClassName
{
color: #B2505F;
}
.AnyTagClassName
{
color: #B2505F;
}
</style>
background-color css
<style>
a { background-color: #B2505F; }
a { background-color: rgb(178,80,95); }
div.DivClassName
{
background-color: #B2505F;
}
.BgClassName
{
background-color: #B2505F;
}
</style>
border-color css
<style>
span { border-color: #B2505F; }
span { border-color: rgb(178,80,95); }
td.TdClassName
{
border-color: #B2505F;
}
.TagClassName
{
border-color: #B2505F;
}
</style>