Shades of Bouquet #B9749C
Tints of Bouquet #B9749C
RGB
CMYK
RGB Variations
Color information
#B9749C (or 0xB9749C) is known color: Bouquet. HEX triplet: B9, 74 and 9C. RGB value is (185,116,156). Sum of RGB (Red+Green+Blue) = 185+116+156=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9749C is #468B63. Grayscale: #8D8D8D. Windows color (decimal): -4623204 or 10253497. OLE color: 10253497.
HSL color Cylindrical-coordinate representation of color #B9749C: hue angle of 325.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9749C is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 156 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.27 |
| HSL | 325.22º | 0.33% | 0.59% | - |
| HSV(B) | 325.22º | 0.37% | 0.73% | - |
| XYZ | 32.25 | 25.21 | 34.62 | - |
| YUV | 141.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 156 | 0 | 0.37 | 0.16 | 0.27 | 325.22 | 0.33 | 0.59 |
| Hex | B9 | 74 | 9C | 0 | 25 | 10 | 1B | 145 | 21 | 3B |
| Octal | 271 | 164 | 234 | 0 | 45 | 20 | 33 | 505 | 41 | 73 |
| Binary | 10111001 | 1110100 | 10011100 | 0 | 100101 | 10000 | 11011 | 101000101 | 100001 | 111011 |
Color Harmonies of #B9749C
Complementary color
Monochromatic Colors of #B9749C
Black with #B9749C
Text Example
Text Example
White with #B9749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9749C; }
p { color: rgb(185,116,156); }
H1.HeaderClassName
{
color: #B9749C;
}
.AnyTagClassName
{
color: #B9749C;
}
</style>
background-color css
<style>
a { background-color: #B9749C; }
a { background-color: rgb(185,116,156); }
div.DivClassName
{
background-color: #B9749C;
}
.BgClassName
{
background-color: #B9749C;
}
</style>
border-color css
<style>
span { border-color: #B9749C; }
span { border-color: rgb(185,116,156); }
td.TdClassName
{
border-color: #B9749C;
}
.TagClassName
{
border-color: #B9749C;
}
</style>