Shades of Bouquet #B06692
Tints of Bouquet #B06692
RGB
CMYK
RGB Variations
Color information
#B06692 (or 0xB06692) is known color: Bouquet. HEX triplet: B0, 66 and 92. RGB value is (176,102,146). Sum of RGB (Red+Green+Blue) = 176+102+146=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B06692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06692 is #4F996D. Grayscale: #818181. Windows color (decimal): -5216622 or 9594544. OLE color: 9594544.
HSL color Cylindrical-coordinate representation of color #B06692: hue angle of 324.32º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B06692 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 146 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.31 |
| HSL | 324.32º | 0.32% | 0.55% | - |
| HSV(B) | 324.32º | 0.42% | 0.69% | - |
| XYZ | 27.84 | 20.81 | 29.74 | - |
| YUV | 129.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 146 | 0 | 0.42 | 0.17 | 0.31 | 324.32 | 0.32 | 0.55 |
| Hex | B0 | 66 | 92 | 0 | 2A | 11 | 1F | 144 | 20 | 37 |
| Octal | 260 | 146 | 222 | 0 | 52 | 21 | 37 | 504 | 40 | 67 |
| Binary | 10110000 | 1100110 | 10010010 | 0 | 101010 | 10001 | 11111 | 101000100 | 100000 | 110111 |
Color Harmonies of #B06692
Complementary color
Monochromatic Colors of #B06692
Black with #B06692
Text Example
Text Example
White with #B06692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06692; }
p { color: rgb(176,102,146); }
H1.HeaderClassName
{
color: #B06692;
}
.AnyTagClassName
{
color: #B06692;
}
</style>
background-color css
<style>
a { background-color: #B06692; }
a { background-color: rgb(176,102,146); }
div.DivClassName
{
background-color: #B06692;
}
.BgClassName
{
background-color: #B06692;
}
</style>
border-color css
<style>
span { border-color: #B06692; }
span { border-color: rgb(176,102,146); }
td.TdClassName
{
border-color: #B06692;
}
.TagClassName
{
border-color: #B06692;
}
</style>