Shades of Bouquet #BB67A2
Tints of Bouquet #BB67A2
RGB
CMYK
RGB Variations
Color information
#BB67A2 (or 0xBB67A2) is known color: Bouquet. HEX triplet: BB, 67 and A2. RGB value is (187,103,162). Sum of RGB (Red+Green+Blue) = 187+103+162=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB67A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB67A2 is #44985D. Grayscale: #868686. Windows color (decimal): -4495454 or 10643387. OLE color: 10643387.
HSL color Cylindrical-coordinate representation of color #BB67A2: hue angle of 317.86º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB67A2 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 162 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.27 |
| HSL | 317.86º | 0.38% | 0.57% | - |
| HSV(B) | 317.86º | 0.45% | 0.73% | - |
| XYZ | 31.87 | 22.87 | 36.92 | - |
| YUV | 134.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 162 | 0 | 0.45 | 0.13 | 0.27 | 317.86 | 0.38 | 0.57 |
| Hex | BB | 67 | A2 | 0 | 2D | D | 1B | 13E | 26 | 39 |
| Octal | 273 | 147 | 242 | 0 | 55 | 15 | 33 | 476 | 46 | 71 |
| Binary | 10111011 | 1100111 | 10100010 | 0 | 101101 | 1101 | 11011 | 100111110 | 100110 | 111001 |
Color Harmonies of #BB67A2
Complementary color
Monochromatic Colors of #BB67A2
Black with #BB67A2
Text Example
Text Example
White with #BB67A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB67A2; }
p { color: rgb(187,103,162); }
H1.HeaderClassName
{
color: #BB67A2;
}
.AnyTagClassName
{
color: #BB67A2;
}
</style>
background-color css
<style>
a { background-color: #BB67A2; }
a { background-color: rgb(187,103,162); }
div.DivClassName
{
background-color: #BB67A2;
}
.BgClassName
{
background-color: #BB67A2;
}
</style>
border-color css
<style>
span { border-color: #BB67A2; }
span { border-color: rgb(187,103,162); }
td.TdClassName
{
border-color: #BB67A2;
}
.TagClassName
{
border-color: #BB67A2;
}
</style>