Shades of Blush #B25A68
Tints of Blush #B25A68
RGB
CMYK
RGB Variations
Color information
#B25A68 (or 0xB25A68) is known color: Blush. HEX triplet: B2, 5A and 68. RGB value is (178,90,104). Sum of RGB (Red+Green+Blue) = 178+90+104=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25A68 is #4DA597. Grayscale: #757575. Windows color (decimal): -5088664 or 6838962. OLE color: 6838962.
HSL color Cylindrical-coordinate representation of color #B25A68: hue angle of 350.45º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25A68 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 104 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.30 |
| HSL | 350.45º | 0.36% | 0.53% | - |
| HSV(B) | 350.45º | 0.49% | 0.7% | - |
| XYZ | 24.51 | 17.78 | 15.24 | - |
| YUV | 117.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 104 | 0 | 0.49 | 0.42 | 0.30 | 350.45 | 0.36 | 0.53 |
| Hex | B2 | 5A | 68 | 0 | 31 | 2A | 1E | 15E | 24 | 35 |
| Octal | 262 | 132 | 150 | 0 | 61 | 52 | 36 | 536 | 44 | 65 |
| Binary | 10110010 | 1011010 | 1101000 | 0 | 110001 | 101010 | 11110 | 101011110 | 100100 | 110101 |
Color Harmonies of #B25A68
Complementary color
Monochromatic Colors of #B25A68
Black with #B25A68
Text Example
Text Example
White with #B25A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A68; }
p { color: rgb(178,90,104); }
H1.HeaderClassName
{
color: #B25A68;
}
.AnyTagClassName
{
color: #B25A68;
}
</style>
background-color css
<style>
a { background-color: #B25A68; }
a { background-color: rgb(178,90,104); }
div.DivClassName
{
background-color: #B25A68;
}
.BgClassName
{
background-color: #B25A68;
}
</style>
border-color css
<style>
span { border-color: #B25A68; }
span { border-color: rgb(178,90,104); }
td.TdClassName
{
border-color: #B25A68;
}
.TagClassName
{
border-color: #B25A68;
}
</style>