Shades of Blush #B96066
Tints of Blush #B96066
RGB
CMYK
RGB Variations
Color information
#B96066 (or 0xB96066) is known color: Blush. HEX triplet: B9, 60 and 66. RGB value is (185,96,102). Sum of RGB (Red+Green+Blue) = 185+96+102=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B96066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96066 is #469F99. Grayscale: #7B7B7B. Windows color (decimal): -4628378 or 6709433. OLE color: 6709433.
HSL color Cylindrical-coordinate representation of color #B96066: hue angle of 355.96º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B96066 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 96 | 102 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.27 |
| HSL | 355.96º | 0.39% | 0.55% | - |
| HSV(B) | 355.96º | 0.48% | 0.73% | - |
| XYZ | 26.59 | 19.64 | 14.96 | - |
| YUV | 123.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 102 | 0 | 0.48 | 0.45 | 0.27 | 355.96 | 0.39 | 0.55 |
| Hex | B9 | 60 | 66 | 0 | 30 | 2D | 1B | 164 | 27 | 37 |
| Octal | 271 | 140 | 146 | 0 | 60 | 55 | 33 | 544 | 47 | 67 |
| Binary | 10111001 | 1100000 | 1100110 | 0 | 110000 | 101101 | 11011 | 101100100 | 100111 | 110111 |
Color Harmonies of #B96066
Complementary color
Monochromatic Colors of #B96066
Black with #B96066
Text Example
Text Example
White with #B96066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96066; }
p { color: rgb(185,96,102); }
H1.HeaderClassName
{
color: #B96066;
}
.AnyTagClassName
{
color: #B96066;
}
</style>
background-color css
<style>
a { background-color: #B96066; }
a { background-color: rgb(185,96,102); }
div.DivClassName
{
background-color: #B96066;
}
.BgClassName
{
background-color: #B96066;
}
</style>
border-color css
<style>
span { border-color: #B96066; }
span { border-color: rgb(185,96,102); }
td.TdClassName
{
border-color: #B96066;
}
.TagClassName
{
border-color: #B96066;
}
</style>