Shades of Bouquet #BB749C
Tints of Bouquet #BB749C
RGB
CMYK
RGB Variations
Color information
#BB749C (or 0xBB749C) is known color: Bouquet. HEX triplet: BB, 74 and 9C. RGB value is (187,116,156). Sum of RGB (Red+Green+Blue) = 187+116+156=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB749C is #448B63. Grayscale: #8D8D8D. Windows color (decimal): -4492132 or 10253499. OLE color: 10253499.
HSL color Cylindrical-coordinate representation of color #BB749C: hue angle of 326.2º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB749C is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 156 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.27 |
| HSL | 326.2º | 0.34% | 0.59% | - |
| HSV(B) | 326.2º | 0.38% | 0.73% | - |
| XYZ | 32.74 | 25.46 | 34.64 | - |
| YUV | 141.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 156 | 0 | 0.38 | 0.17 | 0.27 | 326.2 | 0.34 | 0.59 |
| Hex | BB | 74 | 9C | 0 | 26 | 11 | 1B | 146 | 22 | 3B |
| Octal | 273 | 164 | 234 | 0 | 46 | 21 | 33 | 506 | 42 | 73 |
| Binary | 10111011 | 1110100 | 10011100 | 0 | 100110 | 10001 | 11011 | 101000110 | 100010 | 111011 |
Color Harmonies of #BB749C
Complementary color
Monochromatic Colors of #BB749C
Black with #BB749C
Text Example
Text Example
White with #BB749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB749C; }
p { color: rgb(187,116,156); }
H1.HeaderClassName
{
color: #BB749C;
}
.AnyTagClassName
{
color: #BB749C;
}
</style>
background-color css
<style>
a { background-color: #BB749C; }
a { background-color: rgb(187,116,156); }
div.DivClassName
{
background-color: #BB749C;
}
.BgClassName
{
background-color: #BB749C;
}
</style>
border-color css
<style>
span { border-color: #BB749C; }
span { border-color: rgb(187,116,156); }
td.TdClassName
{
border-color: #BB749C;
}
.TagClassName
{
border-color: #BB749C;
}
</style>