Shades of Blush #B25E6A
Tints of Blush #B25E6A
RGB
CMYK
RGB Variations
Color information
#B25E6A (or 0xB25E6A) is known color: Blush. HEX triplet: B2, 5E and 6A. RGB value is (178,94,106). Sum of RGB (Red+Green+Blue) = 178+94+106=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E6A is #4DA195. Grayscale: #787878. Windows color (decimal): -5087638 or 6971058. OLE color: 6971058.
HSL color Cylindrical-coordinate representation of color #B25E6A: hue angle of 351.43º 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 #B25E6A is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 106 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.30 |
| HSL | 351.43º | 0.35% | 0.53% | - |
| HSV(B) | 351.43º | 0.47% | 0.7% | - |
| XYZ | 24.96 | 18.51 | 15.89 | - |
| YUV | 120.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 106 | 0 | 0.47 | 0.40 | 0.30 | 351.43 | 0.35 | 0.53 |
| Hex | B2 | 5E | 6A | 0 | 2F | 28 | 1E | 15F | 23 | 35 |
| Octal | 262 | 136 | 152 | 0 | 57 | 50 | 36 | 537 | 43 | 65 |
| Binary | 10110010 | 1011110 | 1101010 | 0 | 101111 | 101000 | 11110 | 101011111 | 100011 | 110101 |
Color Harmonies of #B25E6A
Complementary color
Monochromatic Colors of #B25E6A
Black with #B25E6A
Text Example
Text Example
White with #B25E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E6A; }
p { color: rgb(178,94,106); }
H1.HeaderClassName
{
color: #B25E6A;
}
.AnyTagClassName
{
color: #B25E6A;
}
</style>
background-color css
<style>
a { background-color: #B25E6A; }
a { background-color: rgb(178,94,106); }
div.DivClassName
{
background-color: #B25E6A;
}
.BgClassName
{
background-color: #B25E6A;
}
</style>
border-color css
<style>
span { border-color: #B25E6A; }
span { border-color: rgb(178,94,106); }
td.TdClassName
{
border-color: #B25E6A;
}
.TagClassName
{
border-color: #B25E6A;
}
</style>