Shades of Bouquet #B669A0
Tints of Bouquet #B669A0
RGB
CMYK
RGB Variations
Color information
#B669A0 (or 0xB669A0) is known color: Bouquet. HEX triplet: B6, 69 and A0. RGB value is (182,105,160). Sum of RGB (Red+Green+Blue) = 182+105+160=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B669A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B669A0 is #49965F. Grayscale: #868686. Windows color (decimal): -4822624 or 10512822. OLE color: 10512822.
HSL color Cylindrical-coordinate representation of color #B669A0: hue angle of 317.14º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B669A0 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 105 | 160 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.29 |
| HSL | 317.14º | 0.35% | 0.56% | - |
| HSV(B) | 317.14º | 0.42% | 0.71% | - |
| XYZ | 30.69 | 22.59 | 36 | - |
| YUV | 134.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 160 | 0 | 0.42 | 0.12 | 0.29 | 317.14 | 0.35 | 0.56 |
| Hex | B6 | 69 | A0 | 0 | 2A | C | 1D | 13D | 23 | 38 |
| Octal | 266 | 151 | 240 | 0 | 52 | 14 | 35 | 475 | 43 | 70 |
| Binary | 10110110 | 1101001 | 10100000 | 0 | 101010 | 1100 | 11101 | 100111101 | 100011 | 111000 |
Color Harmonies of #B669A0
Complementary color
Monochromatic Colors of #B669A0
Black with #B669A0
Text Example
Text Example
White with #B669A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669A0; }
p { color: rgb(182,105,160); }
H1.HeaderClassName
{
color: #B669A0;
}
.AnyTagClassName
{
color: #B669A0;
}
</style>
background-color css
<style>
a { background-color: #B669A0; }
a { background-color: rgb(182,105,160); }
div.DivClassName
{
background-color: #B669A0;
}
.BgClassName
{
background-color: #B669A0;
}
</style>
border-color css
<style>
span { border-color: #B669A0; }
span { border-color: rgb(182,105,160); }
td.TdClassName
{
border-color: #B669A0;
}
.TagClassName
{
border-color: #B669A0;
}
</style>