Shades of Blush #B25C6C
Tints of Blush #B25C6C
RGB
CMYK
RGB Variations
Color information
#B25C6C (or 0xB25C6C) is known color: Blush. HEX triplet: B2, 5C and 6C. RGB value is (178,92,108). Sum of RGB (Red+Green+Blue) = 178+92+108=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25C6C is #4DA393. Grayscale: #777777. Windows color (decimal): -5088148 or 7101618. OLE color: 7101618.
HSL color Cylindrical-coordinate representation of color #B25C6C: hue angle of 348.84º 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 #B25C6C is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 108 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.30 |
| HSL | 348.84º | 0.36% | 0.53% | - |
| HSV(B) | 348.84º | 0.48% | 0.7% | - |
| XYZ | 24.89 | 18.2 | 16.39 | - |
| YUV | 119.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 108 | 0 | 0.48 | 0.39 | 0.30 | 348.84 | 0.36 | 0.53 |
| Hex | B2 | 5C | 6C | 0 | 30 | 27 | 1E | 15D | 24 | 35 |
| Octal | 262 | 134 | 154 | 0 | 60 | 47 | 36 | 535 | 44 | 65 |
| Binary | 10110010 | 1011100 | 1101100 | 0 | 110000 | 100111 | 11110 | 101011101 | 100100 | 110101 |
Color Harmonies of #B25C6C
Complementary color
Monochromatic Colors of #B25C6C
Black with #B25C6C
Text Example
Text Example
White with #B25C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25C6C; }
p { color: rgb(178,92,108); }
H1.HeaderClassName
{
color: #B25C6C;
}
.AnyTagClassName
{
color: #B25C6C;
}
</style>
background-color css
<style>
a { background-color: #B25C6C; }
a { background-color: rgb(178,92,108); }
div.DivClassName
{
background-color: #B25C6C;
}
.BgClassName
{
background-color: #B25C6C;
}
</style>
border-color css
<style>
span { border-color: #B25C6C; }
span { border-color: rgb(178,92,108); }
td.TdClassName
{
border-color: #B25C6C;
}
.TagClassName
{
border-color: #B25C6C;
}
</style>