Shades of Blush #B25C5D
Tints of Blush #B25C5D
RGB
CMYK
RGB Variations
Color information
#B25C5D (or 0xB25C5D) is known color: Blush. HEX triplet: B2, 5C and 5D. RGB value is (178,92,93). Sum of RGB (Red+Green+Blue) = 178+92+93=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25C5D is #4DA3A2. Grayscale: #757575. Windows color (decimal): -5088163 or 6118578. OLE color: 6118578.
HSL color Cylindrical-coordinate representation of color #B25C5D: hue angle of 359.3º 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 #B25C5D is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 93 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.30 |
| HSL | 359.3º | 0.36% | 0.53% | - |
| HSV(B) | 359.3º | 0.48% | 0.7% | - |
| XYZ | 24.16 | 17.91 | 12.54 | - |
| YUV | 117.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 93 | 0 | 0.48 | 0.48 | 0.30 | 359.3 | 0.36 | 0.53 |
| Hex | B2 | 5C | 5D | 0 | 30 | 30 | 1E | 167 | 24 | 35 |
| Octal | 262 | 134 | 135 | 0 | 60 | 60 | 36 | 547 | 44 | 65 |
| Binary | 10110010 | 1011100 | 1011101 | 0 | 110000 | 110000 | 11110 | 101100111 | 100100 | 110101 |
Color Harmonies of #B25C5D
Complementary color
Monochromatic Colors of #B25C5D
Black with #B25C5D
Text Example
Text Example
White with #B25C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25C5D; }
p { color: rgb(178,92,93); }
H1.HeaderClassName
{
color: #B25C5D;
}
.AnyTagClassName
{
color: #B25C5D;
}
</style>
background-color css
<style>
a { background-color: #B25C5D; }
a { background-color: rgb(178,92,93); }
div.DivClassName
{
background-color: #B25C5D;
}
.BgClassName
{
background-color: #B25C5D;
}
</style>
border-color css
<style>
span { border-color: #B25C5D; }
span { border-color: rgb(178,92,93); }
td.TdClassName
{
border-color: #B25C5D;
}
.TagClassName
{
border-color: #B25C5D;
}
</style>