Shades of Bouquet #B966A2
Tints of Bouquet #B966A2
RGB
CMYK
RGB Variations
Color information
#B966A2 (or 0xB966A2) is known color: Bouquet. HEX triplet: B9, 66 and A2. RGB value is (185,102,162). Sum of RGB (Red+Green+Blue) = 185+102+162=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B966A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B966A2 is #46995D. Grayscale: #858585. Windows color (decimal): -4626782 or 10643129. OLE color: 10643129.
HSL color Cylindrical-coordinate representation of color #B966A2: hue angle of 316.63º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B966A2 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 162 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.27 |
| HSL | 316.63º | 0.37% | 0.56% | - |
| HSV(B) | 316.63º | 0.45% | 0.73% | - |
| XYZ | 31.28 | 22.43 | 36.86 | - |
| YUV | 133.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 162 | 0 | 0.45 | 0.12 | 0.27 | 316.63 | 0.37 | 0.56 |
| Hex | B9 | 66 | A2 | 0 | 2D | C | 1B | 13D | 25 | 38 |
| Octal | 271 | 146 | 242 | 0 | 55 | 14 | 33 | 475 | 45 | 70 |
| Binary | 10111001 | 1100110 | 10100010 | 0 | 101101 | 1100 | 11011 | 100111101 | 100101 | 111000 |
Color Harmonies of #B966A2
Complementary color
Monochromatic Colors of #B966A2
Black with #B966A2
Text Example
Text Example
White with #B966A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966A2; }
p { color: rgb(185,102,162); }
H1.HeaderClassName
{
color: #B966A2;
}
.AnyTagClassName
{
color: #B966A2;
}
</style>
background-color css
<style>
a { background-color: #B966A2; }
a { background-color: rgb(185,102,162); }
div.DivClassName
{
background-color: #B966A2;
}
.BgClassName
{
background-color: #B966A2;
}
</style>
border-color css
<style>
span { border-color: #B966A2; }
span { border-color: rgb(185,102,162); }
td.TdClassName
{
border-color: #B966A2;
}
.TagClassName
{
border-color: #B966A2;
}
</style>