Shades of Blush #B25E6E
Tints of Blush #B25E6E
RGB
CMYK
RGB Variations
Color information
#B25E6E (or 0xB25E6E) is known color: Blush. HEX triplet: B2, 5E and 6E. RGB value is (178,94,110). Sum of RGB (Red+Green+Blue) = 178+94+110=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E6E is #4DA191. Grayscale: #787878. Windows color (decimal): -5087634 or 7233202. OLE color: 7233202.
HSL color Cylindrical-coordinate representation of color #B25E6E: hue angle of 348.57º 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 #B25E6E is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 110 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.30 |
| HSL | 348.57º | 0.35% | 0.53% | - |
| HSV(B) | 348.57º | 0.47% | 0.7% | - |
| XYZ | 25.18 | 18.6 | 17.01 | - |
| YUV | 120.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 110 | 0 | 0.47 | 0.38 | 0.30 | 348.57 | 0.35 | 0.53 |
| Hex | B2 | 5E | 6E | 0 | 2F | 26 | 1E | 15D | 23 | 35 |
| Octal | 262 | 136 | 156 | 0 | 57 | 46 | 36 | 535 | 43 | 65 |
| Binary | 10110010 | 1011110 | 1101110 | 0 | 101111 | 100110 | 11110 | 101011101 | 100011 | 110101 |
Color Harmonies of #B25E6E
Complementary color
Monochromatic Colors of #B25E6E
Black with #B25E6E
Text Example
Text Example
White with #B25E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E6E; }
p { color: rgb(178,94,110); }
H1.HeaderClassName
{
color: #B25E6E;
}
.AnyTagClassName
{
color: #B25E6E;
}
</style>
background-color css
<style>
a { background-color: #B25E6E; }
a { background-color: rgb(178,94,110); }
div.DivClassName
{
background-color: #B25E6E;
}
.BgClassName
{
background-color: #B25E6E;
}
</style>
border-color css
<style>
span { border-color: #B25E6E; }
span { border-color: rgb(178,94,110); }
td.TdClassName
{
border-color: #B25E6E;
}
.TagClassName
{
border-color: #B25E6E;
}
</style>