Shades of Blush #B25E6C
Tints of Blush #B25E6C
RGB
CMYK
RGB Variations
Color information
#B25E6C (or 0xB25E6C) is known color: Blush. HEX triplet: B2, 5E and 6C. RGB value is (178,94,108). Sum of RGB (Red+Green+Blue) = 178+94+108=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E6C is #4DA193. Grayscale: #787878. Windows color (decimal): -5087636 or 7102130. OLE color: 7102130.
HSL color Cylindrical-coordinate representation of color #B25E6C: hue angle of 350º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25E6C is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 108 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.30 |
| HSL | 350º | 0.35% | 0.53% | - |
| HSV(B) | 350º | 0.47% | 0.7% | - |
| XYZ | 25.07 | 18.55 | 16.45 | - |
| YUV | 120.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 108 | 0 | 0.47 | 0.39 | 0.30 | 350 | 0.35 | 0.53 |
| Hex | B2 | 5E | 6C | 0 | 2F | 27 | 1E | 15E | 23 | 35 |
| Octal | 262 | 136 | 154 | 0 | 57 | 47 | 36 | 536 | 43 | 65 |
| Binary | 10110010 | 1011110 | 1101100 | 0 | 101111 | 100111 | 11110 | 101011110 | 100011 | 110101 |
Color Harmonies of #B25E6C
Complementary color
Monochromatic Colors of #B25E6C
Black with #B25E6C
Text Example
Text Example
White with #B25E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E6C; }
p { color: rgb(178,94,108); }
H1.HeaderClassName
{
color: #B25E6C;
}
.AnyTagClassName
{
color: #B25E6C;
}
</style>
background-color css
<style>
a { background-color: #B25E6C; }
a { background-color: rgb(178,94,108); }
div.DivClassName
{
background-color: #B25E6C;
}
.BgClassName
{
background-color: #B25E6C;
}
</style>
border-color css
<style>
span { border-color: #B25E6C; }
span { border-color: rgb(178,94,108); }
td.TdClassName
{
border-color: #B25E6C;
}
.TagClassName
{
border-color: #B25E6C;
}
</style>