Shades of Bouquet #B46AA2
Tints of Bouquet #B46AA2
RGB
CMYK
RGB Variations
Color information
#B46AA2 (or 0xB46AA2) is known color: Bouquet. HEX triplet: B4, 6A and A2. RGB value is (180,106,162). Sum of RGB (Red+Green+Blue) = 180+106+162=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B46AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46AA2 is #4B955D. Grayscale: #868686. Windows color (decimal): -4953438 or 10644148. OLE color: 10644148.
HSL color Cylindrical-coordinate representation of color #B46AA2: hue angle of 314.59º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46AA2 is Cyan = 0, Magento = 0.41, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 106 | 162 | - |
| CMYK | 0 | 0.41 | 0.1 | 0.29 |
| HSL | 314.59º | 0.33% | 0.56% | - |
| HSV(B) | 314.59º | 0.41% | 0.71% | - |
| XYZ | 30.5 | 22.62 | 36.94 | - |
| YUV | 134.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 106 | 162 | 0 | 0.41 | 0.1 | 0.29 | 314.59 | 0.33 | 0.56 |
| Hex | B4 | 6A | A2 | 0 | 29 | A | 1D | 13B | 21 | 38 |
| Octal | 264 | 152 | 242 | 0 | 51 | 12 | 35 | 473 | 41 | 70 |
| Binary | 10110100 | 1101010 | 10100010 | 0 | 101001 | 1010 | 11101 | 100111011 | 100001 | 111000 |
Color Harmonies of #B46AA2
Complementary color
Monochromatic Colors of #B46AA2
Black with #B46AA2
Text Example
Text Example
White with #B46AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46AA2; }
p { color: rgb(180,106,162); }
H1.HeaderClassName
{
color: #B46AA2;
}
.AnyTagClassName
{
color: #B46AA2;
}
</style>
background-color css
<style>
a { background-color: #B46AA2; }
a { background-color: rgb(180,106,162); }
div.DivClassName
{
background-color: #B46AA2;
}
.BgClassName
{
background-color: #B46AA2;
}
</style>
border-color css
<style>
span { border-color: #B46AA2; }
span { border-color: rgb(180,106,162); }
td.TdClassName
{
border-color: #B46AA2;
}
.TagClassName
{
border-color: #B46AA2;
}
</style>