Shades of Blush #B95A6D
Tints of Blush #B95A6D
RGB
CMYK
RGB Variations
Color information
#B95A6D (or 0xB95A6D) is known color: Blush. HEX triplet: B9, 5A and 6D. RGB value is (185,90,109). Sum of RGB (Red+Green+Blue) = 185+90+109=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A6D is #46A592. Grayscale: #787878. Windows color (decimal): -4629907 or 7166649. OLE color: 7166649.
HSL color Cylindrical-coordinate representation of color #B95A6D: hue angle of 348º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95A6D is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 90 | 109 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.27 |
| HSL | 348º | 0.4% | 0.54% | - |
| HSV(B) | 348º | 0.51% | 0.73% | - |
| XYZ | 26.42 | 18.73 | 16.69 | - |
| YUV | 120.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 109 | 0 | 0.51 | 0.41 | 0.27 | 348 | 0.4 | 0.54 |
| Hex | B9 | 5A | 6D | 0 | 33 | 29 | 1B | 15C | 28 | 36 |
| Octal | 271 | 132 | 155 | 0 | 63 | 51 | 33 | 534 | 50 | 66 |
| Binary | 10111001 | 1011010 | 1101101 | 0 | 110011 | 101001 | 11011 | 101011100 | 101000 | 110110 |
Color Harmonies of #B95A6D
Complementary color
Monochromatic Colors of #B95A6D
Black with #B95A6D
Text Example
Text Example
White with #B95A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95A6D; }
p { color: rgb(185,90,109); }
H1.HeaderClassName
{
color: #B95A6D;
}
.AnyTagClassName
{
color: #B95A6D;
}
</style>
background-color css
<style>
a { background-color: #B95A6D; }
a { background-color: rgb(185,90,109); }
div.DivClassName
{
background-color: #B95A6D;
}
.BgClassName
{
background-color: #B95A6D;
}
</style>
border-color css
<style>
span { border-color: #B95A6D; }
span { border-color: rgb(185,90,109); }
td.TdClassName
{
border-color: #B95A6D;
}
.TagClassName
{
border-color: #B95A6D;
}
</style>