Shades of Bouquet #BB79A3
Tints of Bouquet #BB79A3
RGB
CMYK
RGB Variations
Color information
#BB79A3 (or 0xBB79A3) is known color: Bouquet. HEX triplet: BB, 79 and A3. RGB value is (187,121,163). Sum of RGB (Red+Green+Blue) = 187+121+163=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB79A3 is #44865C. Grayscale: #919191. Windows color (decimal): -4490845 or 10713531. OLE color: 10713531.
HSL color Cylindrical-coordinate representation of color #BB79A3: hue angle of 321.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB79A3 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 121 | 163 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.27 |
| HSL | 321.82º | 0.33% | 0.6% | - |
| HSV(B) | 321.82º | 0.35% | 0.73% | - |
| XYZ | 33.94 | 26.88 | 38.05 | - |
| YUV | 145.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 163 | 0 | 0.35 | 0.13 | 0.27 | 321.82 | 0.33 | 0.6 |
| Hex | BB | 79 | A3 | 0 | 23 | D | 1B | 142 | 21 | 3C |
| Octal | 273 | 171 | 243 | 0 | 43 | 15 | 33 | 502 | 41 | 74 |
| Binary | 10111011 | 1111001 | 10100011 | 0 | 100011 | 1101 | 11011 | 101000010 | 100001 | 111100 |
Color Harmonies of #BB79A3
Complementary color
Monochromatic Colors of #BB79A3
Black with #BB79A3
Text Example
Text Example
White with #BB79A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB79A3; }
p { color: rgb(187,121,163); }
H1.HeaderClassName
{
color: #BB79A3;
}
.AnyTagClassName
{
color: #BB79A3;
}
</style>
background-color css
<style>
a { background-color: #BB79A3; }
a { background-color: rgb(187,121,163); }
div.DivClassName
{
background-color: #BB79A3;
}
.BgClassName
{
background-color: #BB79A3;
}
</style>
border-color css
<style>
span { border-color: #BB79A3; }
span { border-color: rgb(187,121,163); }
td.TdClassName
{
border-color: #BB79A3;
}
.TagClassName
{
border-color: #BB79A3;
}
</style>