Shades of Bouquet #B66A9A
Tints of Bouquet #B66A9A
RGB
CMYK
RGB Variations
Color information
#B66A9A (or 0xB66A9A) is known color: Bouquet. HEX triplet: B6, 6A and 9A. RGB value is (182,106,154). Sum of RGB (Red+Green+Blue) = 182+106+154=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66A9A is #499565. Grayscale: #868686. Windows color (decimal): -4822374 or 10119862. OLE color: 10119862.
HSL color Cylindrical-coordinate representation of color #B66A9A: hue angle of 322.11º degrees, saturation: 0.34, 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 #B66A9A is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 106 | 154 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.29 |
| HSL | 322.11º | 0.34% | 0.56% | - |
| HSV(B) | 322.11º | 0.42% | 0.71% | - |
| XYZ | 30.28 | 22.59 | 33.34 | - |
| YUV | 134.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 106 | 154 | 0 | 0.42 | 0.15 | 0.29 | 322.11 | 0.34 | 0.56 |
| Hex | B6 | 6A | 9A | 0 | 2A | F | 1D | 142 | 22 | 38 |
| Octal | 266 | 152 | 232 | 0 | 52 | 17 | 35 | 502 | 42 | 70 |
| Binary | 10110110 | 1101010 | 10011010 | 0 | 101010 | 1111 | 11101 | 101000010 | 100010 | 111000 |
Color Harmonies of #B66A9A
Complementary color
Monochromatic Colors of #B66A9A
Black with #B66A9A
Text Example
Text Example
White with #B66A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66A9A; }
p { color: rgb(182,106,154); }
H1.HeaderClassName
{
color: #B66A9A;
}
.AnyTagClassName
{
color: #B66A9A;
}
</style>
background-color css
<style>
a { background-color: #B66A9A; }
a { background-color: rgb(182,106,154); }
div.DivClassName
{
background-color: #B66A9A;
}
.BgClassName
{
background-color: #B66A9A;
}
</style>
border-color css
<style>
span { border-color: #B66A9A; }
span { border-color: rgb(182,106,154); }
td.TdClassName
{
border-color: #B66A9A;
}
.TagClassName
{
border-color: #B66A9A;
}
</style>