Shades of Blush #B95E69
Tints of Blush #B95E69
RGB
CMYK
RGB Variations
Color information
#B95E69 (or 0xB95E69) is known color: Blush. HEX triplet: B9, 5E and 69. RGB value is (185,94,105). Sum of RGB (Red+Green+Blue) = 185+94+105=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E69 is #46A196. Grayscale: #7A7A7A. Windows color (decimal): -4628887 or 6905529. OLE color: 6905529.
HSL color Cylindrical-coordinate representation of color #B95E69: hue angle of 352.75º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95E69 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 105 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.27 |
| HSL | 352.75º | 0.39% | 0.55% | - |
| HSV(B) | 352.75º | 0.49% | 0.73% | - |
| XYZ | 26.56 | 19.34 | 15.7 | - |
| YUV | 122.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 105 | 0 | 0.49 | 0.43 | 0.27 | 352.75 | 0.39 | 0.55 |
| Hex | B9 | 5E | 69 | 0 | 31 | 2B | 1B | 161 | 27 | 37 |
| Octal | 271 | 136 | 151 | 0 | 61 | 53 | 33 | 541 | 47 | 67 |
| Binary | 10111001 | 1011110 | 1101001 | 0 | 110001 | 101011 | 11011 | 101100001 | 100111 | 110111 |
Color Harmonies of #B95E69
Complementary color
Monochromatic Colors of #B95E69
Black with #B95E69
Text Example
Text Example
White with #B95E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E69; }
p { color: rgb(185,94,105); }
H1.HeaderClassName
{
color: #B95E69;
}
.AnyTagClassName
{
color: #B95E69;
}
</style>
background-color css
<style>
a { background-color: #B95E69; }
a { background-color: rgb(185,94,105); }
div.DivClassName
{
background-color: #B95E69;
}
.BgClassName
{
background-color: #B95E69;
}
</style>
border-color css
<style>
span { border-color: #B95E69; }
span { border-color: rgb(185,94,105); }
td.TdClassName
{
border-color: #B95E69;
}
.TagClassName
{
border-color: #B95E69;
}
</style>