Shades of Bouquet #B9709A
Tints of Bouquet #B9709A
RGB
CMYK
RGB Variations
Color information
#B9709A (or 0xB9709A) is known color: Bouquet. HEX triplet: B9, 70 and 9A. RGB value is (185,112,154). Sum of RGB (Red+Green+Blue) = 185+112+154=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9709A is #468F65. Grayscale: #8A8A8A. Windows color (decimal): -4624230 or 10121401. OLE color: 10121401.
HSL color Cylindrical-coordinate representation of color #B9709A: hue angle of 325.48º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9709A is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 154 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.27 |
| HSL | 325.48º | 0.34% | 0.58% | - |
| HSV(B) | 325.48º | 0.39% | 0.73% | - |
| XYZ | 31.63 | 24.24 | 33.58 | - |
| YUV | 138.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 154 | 0 | 0.39 | 0.17 | 0.27 | 325.48 | 0.34 | 0.58 |
| Hex | B9 | 70 | 9A | 0 | 27 | 11 | 1B | 145 | 22 | 3A |
| Octal | 271 | 160 | 232 | 0 | 47 | 21 | 33 | 505 | 42 | 72 |
| Binary | 10111001 | 1110000 | 10011010 | 0 | 100111 | 10001 | 11011 | 101000101 | 100010 | 111010 |
Color Harmonies of #B9709A
Complementary color
Monochromatic Colors of #B9709A
Black with #B9709A
Text Example
Text Example
White with #B9709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9709A; }
p { color: rgb(185,112,154); }
H1.HeaderClassName
{
color: #B9709A;
}
.AnyTagClassName
{
color: #B9709A;
}
</style>
background-color css
<style>
a { background-color: #B9709A; }
a { background-color: rgb(185,112,154); }
div.DivClassName
{
background-color: #B9709A;
}
.BgClassName
{
background-color: #B9709A;
}
</style>
border-color css
<style>
span { border-color: #B9709A; }
span { border-color: rgb(185,112,154); }
td.TdClassName
{
border-color: #B9709A;
}
.TagClassName
{
border-color: #B9709A;
}
</style>