Shades of Blush #B25B6E
Tints of Blush #B25B6E
RGB
CMYK
RGB Variations
Color information
#B25B6E (or 0xB25B6E) is known color: Blush. HEX triplet: B2, 5B and 6E. RGB value is (178,91,110). Sum of RGB (Red+Green+Blue) = 178+91+110=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25B6E is #4DA491. Grayscale: #777777. Windows color (decimal): -5088402 or 7232434. OLE color: 7232434.
HSL color Cylindrical-coordinate representation of color #B25B6E: hue angle of 346.9º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25B6E is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 91 | 110 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.30 |
| HSL | 346.9º | 0.36% | 0.53% | - |
| HSV(B) | 346.9º | 0.49% | 0.7% | - |
| XYZ | 24.92 | 18.07 | 16.93 | - |
| YUV | 119.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 91 | 110 | 0 | 0.49 | 0.38 | 0.30 | 346.9 | 0.36 | 0.53 |
| Hex | B2 | 5B | 6E | 0 | 31 | 26 | 1E | 15B | 24 | 35 |
| Octal | 262 | 133 | 156 | 0 | 61 | 46 | 36 | 533 | 44 | 65 |
| Binary | 10110010 | 1011011 | 1101110 | 0 | 110001 | 100110 | 11110 | 101011011 | 100100 | 110101 |
Color Harmonies of #B25B6E
Complementary color
Monochromatic Colors of #B25B6E
Black with #B25B6E
Text Example
Text Example
White with #B25B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25B6E; }
p { color: rgb(178,91,110); }
H1.HeaderClassName
{
color: #B25B6E;
}
.AnyTagClassName
{
color: #B25B6E;
}
</style>
background-color css
<style>
a { background-color: #B25B6E; }
a { background-color: rgb(178,91,110); }
div.DivClassName
{
background-color: #B25B6E;
}
.BgClassName
{
background-color: #B25B6E;
}
</style>
border-color css
<style>
span { border-color: #B25B6E; }
span { border-color: rgb(178,91,110); }
td.TdClassName
{
border-color: #B25B6E;
}
.TagClassName
{
border-color: #B25B6E;
}
</style>