Shades of Blush #B25861
Tints of Blush #B25861
RGB
CMYK
RGB Variations
Color information
#B25861 (or 0xB25861) is known color: Blush. HEX triplet: B2, 58 and 61. RGB value is (178,88,97). Sum of RGB (Red+Green+Blue) = 178+88+97=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B25861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25861 is #4DA79E. Grayscale: #737373. Windows color (decimal): -5089183 or 6379698. OLE color: 6379698.
HSL color Cylindrical-coordinate representation of color #B25861: hue angle of 354º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25861 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 97 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.30 |
| HSL | 354º | 0.37% | 0.52% | - |
| HSV(B) | 354º | 0.51% | 0.7% | - |
| XYZ | 24.01 | 17.31 | 13.38 | - |
| YUV | 115.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 97 | 0 | 0.51 | 0.46 | 0.30 | 354 | 0.37 | 0.52 |
| Hex | B2 | 58 | 61 | 0 | 33 | 2E | 1E | 162 | 25 | 34 |
| Octal | 262 | 130 | 141 | 0 | 63 | 56 | 36 | 542 | 45 | 64 |
| Binary | 10110010 | 1011000 | 1100001 | 0 | 110011 | 101110 | 11110 | 101100010 | 100101 | 110100 |
Color Harmonies of #B25861
Complementary color
Monochromatic Colors of #B25861
Black with #B25861
Text Example
Text Example
White with #B25861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25861; }
p { color: rgb(178,88,97); }
H1.HeaderClassName
{
color: #B25861;
}
.AnyTagClassName
{
color: #B25861;
}
</style>
background-color css
<style>
a { background-color: #B25861; }
a { background-color: rgb(178,88,97); }
div.DivClassName
{
background-color: #B25861;
}
.BgClassName
{
background-color: #B25861;
}
</style>
border-color css
<style>
span { border-color: #B25861; }
span { border-color: rgb(178,88,97); }
td.TdClassName
{
border-color: #B25861;
}
.TagClassName
{
border-color: #B25861;
}
</style>