Shades of Bouquet #B0669A
Tints of Bouquet #B0669A
RGB
CMYK
RGB Variations
Color information
#B0669A (or 0xB0669A) is known color: Bouquet. HEX triplet: B0, 66 and 9A. RGB value is (176,102,154). Sum of RGB (Red+Green+Blue) = 176+102+154=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0669A is #4F9965. Grayscale: #818181. Windows color (decimal): -5216614 or 10118832. OLE color: 10118832.
HSL color Cylindrical-coordinate representation of color #B0669A: hue angle of 317.84º 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 #B0669A is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 154 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.31 |
| HSL | 317.84º | 0.32% | 0.55% | - |
| HSV(B) | 317.84º | 0.42% | 0.69% | - |
| XYZ | 28.49 | 21.07 | 33.14 | - |
| YUV | 130.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 154 | 0 | 0.42 | 0.12 | 0.31 | 317.84 | 0.32 | 0.55 |
| Hex | B0 | 66 | 9A | 0 | 2A | C | 1F | 13E | 20 | 37 |
| Octal | 260 | 146 | 232 | 0 | 52 | 14 | 37 | 476 | 40 | 67 |
| Binary | 10110000 | 1100110 | 10011010 | 0 | 101010 | 1100 | 11111 | 100111110 | 100000 | 110111 |
Color Harmonies of #B0669A
Complementary color
Monochromatic Colors of #B0669A
Black with #B0669A
Text Example
Text Example
White with #B0669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0669A; }
p { color: rgb(176,102,154); }
H1.HeaderClassName
{
color: #B0669A;
}
.AnyTagClassName
{
color: #B0669A;
}
</style>
background-color css
<style>
a { background-color: #B0669A; }
a { background-color: rgb(176,102,154); }
div.DivClassName
{
background-color: #B0669A;
}
.BgClassName
{
background-color: #B0669A;
}
</style>
border-color css
<style>
span { border-color: #B0669A; }
span { border-color: rgb(176,102,154); }
td.TdClassName
{
border-color: #B0669A;
}
.TagClassName
{
border-color: #B0669A;
}
</style>