Shades of Blush #B95268
Tints of Blush #B95268
RGB
CMYK
RGB Variations
Color information
#B95268 (or 0xB95268) is known color: Blush. HEX triplet: B9, 52 and 68. RGB value is (185,82,104). Sum of RGB (Red+Green+Blue) = 185+82+104=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B95268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95268 is #46AD97. Grayscale: #737373. Windows color (decimal): -4631960 or 6836921. OLE color: 6836921.
HSL color Cylindrical-coordinate representation of color #B95268: hue angle of 347.18º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95268 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 104 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.27 |
| HSL | 347.18º | 0.42% | 0.52% | - |
| HSV(B) | 347.18º | 0.56% | 0.73% | - |
| XYZ | 25.52 | 17.35 | 15.1 | - |
| YUV | 115.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 104 | 0 | 0.56 | 0.44 | 0.27 | 347.18 | 0.42 | 0.52 |
| Hex | B9 | 52 | 68 | 0 | 38 | 2C | 1B | 15B | 2A | 34 |
| Octal | 271 | 122 | 150 | 0 | 70 | 54 | 33 | 533 | 52 | 64 |
| Binary | 10111001 | 1010010 | 1101000 | 0 | 111000 | 101100 | 11011 | 101011011 | 101010 | 110100 |
Color Harmonies of #B95268
Complementary color
Monochromatic Colors of #B95268
Black with #B95268
Text Example
Text Example
White with #B95268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95268; }
p { color: rgb(185,82,104); }
H1.HeaderClassName
{
color: #B95268;
}
.AnyTagClassName
{
color: #B95268;
}
</style>
background-color css
<style>
a { background-color: #B95268; }
a { background-color: rgb(185,82,104); }
div.DivClassName
{
background-color: #B95268;
}
.BgClassName
{
background-color: #B95268;
}
</style>
border-color css
<style>
span { border-color: #B95268; }
span { border-color: rgb(185,82,104); }
td.TdClassName
{
border-color: #B95268;
}
.TagClassName
{
border-color: #B95268;
}
</style>