Shades of Bouquet #B06A9E
Tints of Bouquet #B06A9E
RGB
CMYK
RGB Variations
Color information
#B06A9E (or 0xB06A9E) is known color: Bouquet. HEX triplet: B0, 6A and 9E. RGB value is (176,106,158). Sum of RGB (Red+Green+Blue) = 176+106+158=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06A9E is #4F9561. Grayscale: #848484. Windows color (decimal): -5215586 or 10382000. OLE color: 10382000.
HSL color Cylindrical-coordinate representation of color #B06A9E: hue angle of 315.43º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06A9E is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 158 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.31 |
| HSL | 315.43º | 0.31% | 0.55% | - |
| HSV(B) | 315.43º | 0.4% | 0.69% | - |
| XYZ | 29.23 | 22.01 | 35.05 | - |
| YUV | 132.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 158 | 0 | 0.40 | 0.10 | 0.31 | 315.43 | 0.31 | 0.55 |
| Hex | B0 | 6A | 9E | 0 | 28 | A | 1F | 13B | 1F | 37 |
| Octal | 260 | 152 | 236 | 0 | 50 | 12 | 37 | 473 | 37 | 67 |
| Binary | 10110000 | 1101010 | 10011110 | 0 | 101000 | 1010 | 11111 | 100111011 | 11111 | 110111 |
Color Harmonies of #B06A9E
Complementary color
Monochromatic Colors of #B06A9E
Black with #B06A9E
Text Example
Text Example
White with #B06A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06A9E; }
p { color: rgb(176,106,158); }
H1.HeaderClassName
{
color: #B06A9E;
}
.AnyTagClassName
{
color: #B06A9E;
}
</style>
background-color css
<style>
a { background-color: #B06A9E; }
a { background-color: rgb(176,106,158); }
div.DivClassName
{
background-color: #B06A9E;
}
.BgClassName
{
background-color: #B06A9E;
}
</style>
border-color css
<style>
span { border-color: #B06A9E; }
span { border-color: rgb(176,106,158); }
td.TdClassName
{
border-color: #B06A9E;
}
.TagClassName
{
border-color: #B06A9E;
}
</style>