Shades of Blush #B25C61
Tints of Blush #B25C61
RGB
CMYK
RGB Variations
Color information
#B25C61 (or 0xB25C61) is known color: Blush. HEX triplet: B2, 5C and 61. RGB value is (178,92,97). Sum of RGB (Red+Green+Blue) = 178+92+97=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25C61 is #4DA39E. Grayscale: #767676. Windows color (decimal): -5088159 or 6380722. OLE color: 6380722.
HSL color Cylindrical-coordinate representation of color #B25C61: hue angle of 356.51º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B25C61 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 97 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.30 |
| HSL | 356.51º | 0.36% | 0.53% | - |
| HSV(B) | 356.51º | 0.48% | 0.7% | - |
| XYZ | 24.34 | 17.98 | 13.5 | - |
| YUV | 118.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 97 | 0 | 0.48 | 0.46 | 0.30 | 356.51 | 0.36 | 0.53 |
| Hex | B2 | 5C | 61 | 0 | 30 | 2E | 1E | 165 | 24 | 35 |
| Octal | 262 | 134 | 141 | 0 | 60 | 56 | 36 | 545 | 44 | 65 |
| Binary | 10110010 | 1011100 | 1100001 | 0 | 110000 | 101110 | 11110 | 101100101 | 100100 | 110101 |
Color Harmonies of #B25C61
Complementary color
Monochromatic Colors of #B25C61
Black with #B25C61
Text Example
Text Example
White with #B25C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25C61; }
p { color: rgb(178,92,97); }
H1.HeaderClassName
{
color: #B25C61;
}
.AnyTagClassName
{
color: #B25C61;
}
</style>
background-color css
<style>
a { background-color: #B25C61; }
a { background-color: rgb(178,92,97); }
div.DivClassName
{
background-color: #B25C61;
}
.BgClassName
{
background-color: #B25C61;
}
</style>
border-color css
<style>
span { border-color: #B25C61; }
span { border-color: rgb(178,92,97); }
td.TdClassName
{
border-color: #B25C61;
}
.TagClassName
{
border-color: #B25C61;
}
</style>