Shades of Blush #B25360
Tints of Blush #B25360
RGB
CMYK
RGB Variations
Color information
#B25360 (or 0xB25360) is known color: Blush. HEX triplet: B2, 53 and 60. RGB value is (178,83,96). Sum of RGB (Red+Green+Blue) = 178+83+96=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B25360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25360 is #4DAC9F. Grayscale: #707070. Windows color (decimal): -5090464 or 6312882. OLE color: 6312882.
HSL color Cylindrical-coordinate representation of color #B25360: hue angle of 351.79º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25360 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 96 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.30 |
| HSL | 351.79º | 0.38% | 0.51% | - |
| HSV(B) | 351.79º | 0.53% | 0.7% | - |
| XYZ | 23.56 | 16.5 | 13.01 | - |
| YUV | 112.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 96 | 0 | 0.53 | 0.46 | 0.30 | 351.79 | 0.38 | 0.51 |
| Hex | B2 | 53 | 60 | 0 | 35 | 2E | 1E | 160 | 26 | 33 |
| Octal | 262 | 123 | 140 | 0 | 65 | 56 | 36 | 540 | 46 | 63 |
| Binary | 10110010 | 1010011 | 1100000 | 0 | 110101 | 101110 | 11110 | 101100000 | 100110 | 110011 |
Color Harmonies of #B25360
Complementary color
Monochromatic Colors of #B25360
Black with #B25360
Text Example
Text Example
White with #B25360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25360; }
p { color: rgb(178,83,96); }
H1.HeaderClassName
{
color: #B25360;
}
.AnyTagClassName
{
color: #B25360;
}
</style>
background-color css
<style>
a { background-color: #B25360; }
a { background-color: rgb(178,83,96); }
div.DivClassName
{
background-color: #B25360;
}
.BgClassName
{
background-color: #B25360;
}
</style>
border-color css
<style>
span { border-color: #B25360; }
span { border-color: rgb(178,83,96); }
td.TdClassName
{
border-color: #B25360;
}
.TagClassName
{
border-color: #B25360;
}
</style>