Shades of Blush #B25F61
Tints of Blush #B25F61
RGB
CMYK
RGB Variations
Color information
#B25F61 (or 0xB25F61) is known color: Blush. HEX triplet: B2, 5F and 61. RGB value is (178,95,97). Sum of RGB (Red+Green+Blue) = 178+95+97=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25F61 is #4DA09E. Grayscale: #787878. Windows color (decimal): -5087391 or 6381490. OLE color: 6381490.
HSL color Cylindrical-coordinate representation of color #B25F61: hue angle of 358.55º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25F61 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 95 | 97 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.30 |
| HSL | 358.55º | 0.35% | 0.54% | - |
| HSV(B) | 358.55º | 0.47% | 0.7% | - |
| XYZ | 24.61 | 18.51 | 13.59 | - |
| YUV | 120.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 97 | 0 | 0.47 | 0.46 | 0.30 | 358.55 | 0.35 | 0.54 |
| Hex | B2 | 5F | 61 | 0 | 2F | 2E | 1E | 167 | 23 | 36 |
| Octal | 262 | 137 | 141 | 0 | 57 | 56 | 36 | 547 | 43 | 66 |
| Binary | 10110010 | 1011111 | 1100001 | 0 | 101111 | 101110 | 11110 | 101100111 | 100011 | 110110 |
Color Harmonies of #B25F61
Complementary color
Monochromatic Colors of #B25F61
Black with #B25F61
Text Example
Text Example
White with #B25F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25F61; }
p { color: rgb(178,95,97); }
H1.HeaderClassName
{
color: #B25F61;
}
.AnyTagClassName
{
color: #B25F61;
}
</style>
background-color css
<style>
a { background-color: #B25F61; }
a { background-color: rgb(178,95,97); }
div.DivClassName
{
background-color: #B25F61;
}
.BgClassName
{
background-color: #B25F61;
}
</style>
border-color css
<style>
span { border-color: #B25F61; }
span { border-color: rgb(178,95,97); }
td.TdClassName
{
border-color: #B25F61;
}
.TagClassName
{
border-color: #B25F61;
}
</style>