Shades of Blush #B95C65
Tints of Blush #B95C65
RGB
CMYK
RGB Variations
Color information
#B95C65 (or 0xB95C65) is known color: Blush. HEX triplet: B9, 5C and 65. RGB value is (185,92,101). Sum of RGB (Red+Green+Blue) = 185+92+101=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C65 is #46A39A. Grayscale: #787878. Windows color (decimal): -4629403 or 6642873. OLE color: 6642873.
HSL color Cylindrical-coordinate representation of color #B95C65: hue angle of 354.19º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95C65 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 101 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.27 |
| HSL | 354.19º | 0.4% | 0.54% | - |
| HSV(B) | 354.19º | 0.5% | 0.73% | - |
| XYZ | 26.18 | 18.91 | 14.58 | - |
| YUV | 120.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 101 | 0 | 0.50 | 0.45 | 0.27 | 354.19 | 0.4 | 0.54 |
| Hex | B9 | 5C | 65 | 0 | 32 | 2D | 1B | 162 | 28 | 36 |
| Octal | 271 | 134 | 145 | 0 | 62 | 55 | 33 | 542 | 50 | 66 |
| Binary | 10111001 | 1011100 | 1100101 | 0 | 110010 | 101101 | 11011 | 101100010 | 101000 | 110110 |
Color Harmonies of #B95C65
Complementary color
Monochromatic Colors of #B95C65
Black with #B95C65
Text Example
Text Example
White with #B95C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C65; }
p { color: rgb(185,92,101); }
H1.HeaderClassName
{
color: #B95C65;
}
.AnyTagClassName
{
color: #B95C65;
}
</style>
background-color css
<style>
a { background-color: #B95C65; }
a { background-color: rgb(185,92,101); }
div.DivClassName
{
background-color: #B95C65;
}
.BgClassName
{
background-color: #B95C65;
}
</style>
border-color css
<style>
span { border-color: #B95C65; }
span { border-color: rgb(185,92,101); }
td.TdClassName
{
border-color: #B95C65;
}
.TagClassName
{
border-color: #B95C65;
}
</style>