Shades of Bouquet #B66B9A
Tints of Bouquet #B66B9A
RGB
CMYK
RGB Variations
Color information
#B66B9A (or 0xB66B9A) is known color: Bouquet. HEX triplet: B6, 6B and 9A. RGB value is (182,107,154). Sum of RGB (Red+Green+Blue) = 182+107+154=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66B9A is #499465. Grayscale: #868686. Windows color (decimal): -4822118 or 10120118. OLE color: 10120118.
HSL color Cylindrical-coordinate representation of color #B66B9A: hue angle of 322.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66B9A is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 107 | 154 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.29 |
| HSL | 322.4º | 0.34% | 0.57% | - |
| HSV(B) | 322.4º | 0.41% | 0.71% | - |
| XYZ | 30.38 | 22.79 | 33.37 | - |
| YUV | 134.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 107 | 154 | 0 | 0.41 | 0.15 | 0.29 | 322.4 | 0.34 | 0.57 |
| Hex | B6 | 6B | 9A | 0 | 29 | F | 1D | 142 | 22 | 39 |
| Octal | 266 | 153 | 232 | 0 | 51 | 17 | 35 | 502 | 42 | 71 |
| Binary | 10110110 | 1101011 | 10011010 | 0 | 101001 | 1111 | 11101 | 101000010 | 100010 | 111001 |
Color Harmonies of #B66B9A
Complementary color
Monochromatic Colors of #B66B9A
Black with #B66B9A
Text Example
Text Example
White with #B66B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66B9A; }
p { color: rgb(182,107,154); }
H1.HeaderClassName
{
color: #B66B9A;
}
.AnyTagClassName
{
color: #B66B9A;
}
</style>
background-color css
<style>
a { background-color: #B66B9A; }
a { background-color: rgb(182,107,154); }
div.DivClassName
{
background-color: #B66B9A;
}
.BgClassName
{
background-color: #B66B9A;
}
</style>
border-color css
<style>
span { border-color: #B66B9A; }
span { border-color: rgb(182,107,154); }
td.TdClassName
{
border-color: #B66B9A;
}
.TagClassName
{
border-color: #B66B9A;
}
</style>