Shades of Blush #B25965
Tints of Blush #B25965
RGB
CMYK
RGB Variations
Color information
#B25965 (or 0xB25965) is known color: Blush. HEX triplet: B2, 59 and 65. RGB value is (178,89,101). Sum of RGB (Red+Green+Blue) = 178+89+101=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B25965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25965 is #4DA69A. Grayscale: #757575. Windows color (decimal): -5088923 or 6642098. OLE color: 6642098.
HSL color Cylindrical-coordinate representation of color #B25965: hue angle of 351.91º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B25965 is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 101 | - |
| CMYK | 0 | 0.5 | 0.43 | 0.30 |
| HSL | 351.91º | 0.37% | 0.52% | - |
| HSV(B) | 351.91º | 0.5% | 0.7% | - |
| XYZ | 24.28 | 17.55 | 14.42 | - |
| YUV | 116.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 101 | 0 | 0.5 | 0.43 | 0.30 | 351.91 | 0.37 | 0.52 |
| Hex | B2 | 59 | 65 | 0 | 32 | 2B | 1E | 160 | 25 | 34 |
| Octal | 262 | 131 | 145 | 0 | 62 | 53 | 36 | 540 | 45 | 64 |
| Binary | 10110010 | 1011001 | 1100101 | 0 | 110010 | 101011 | 11110 | 101100000 | 100101 | 110100 |
Color Harmonies of #B25965
Complementary color
Monochromatic Colors of #B25965
Black with #B25965
Text Example
Text Example
White with #B25965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25965; }
p { color: rgb(178,89,101); }
H1.HeaderClassName
{
color: #B25965;
}
.AnyTagClassName
{
color: #B25965;
}
</style>
background-color css
<style>
a { background-color: #B25965; }
a { background-color: rgb(178,89,101); }
div.DivClassName
{
background-color: #B25965;
}
.BgClassName
{
background-color: #B25965;
}
</style>
border-color css
<style>
span { border-color: #B25965; }
span { border-color: rgb(178,89,101); }
td.TdClassName
{
border-color: #B25965;
}
.TagClassName
{
border-color: #B25965;
}
</style>