Shades of Bouquet #B46A99
Tints of Bouquet #B46A99
RGB
CMYK
RGB Variations
Color information
#B46A99 (or 0xB46A99) is known color: Bouquet. HEX triplet: B4, 6A and 99. RGB value is (180,106,153). Sum of RGB (Red+Green+Blue) = 180+106+153=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46A99 is #4B9566. Grayscale: #858585. Windows color (decimal): -4953447 or 10054324. OLE color: 10054324.
HSL color Cylindrical-coordinate representation of color #B46A99: hue angle of 321.89º 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 #B46A99 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 106 | 153 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.29 |
| HSL | 321.89º | 0.33% | 0.56% | - |
| HSV(B) | 321.89º | 0.41% | 0.71% | - |
| XYZ | 29.73 | 22.31 | 32.88 | - |
| YUV | 133.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 106 | 153 | 0 | 0.41 | 0.15 | 0.29 | 321.89 | 0.33 | 0.56 |
| Hex | B4 | 6A | 99 | 0 | 29 | F | 1D | 142 | 21 | 38 |
| Octal | 264 | 152 | 231 | 0 | 51 | 17 | 35 | 502 | 41 | 70 |
| Binary | 10110100 | 1101010 | 10011001 | 0 | 101001 | 1111 | 11101 | 101000010 | 100001 | 111000 |
Color Harmonies of #B46A99
Complementary color
Monochromatic Colors of #B46A99
Black with #B46A99
Text Example
Text Example
White with #B46A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46A99; }
p { color: rgb(180,106,153); }
H1.HeaderClassName
{
color: #B46A99;
}
.AnyTagClassName
{
color: #B46A99;
}
</style>
background-color css
<style>
a { background-color: #B46A99; }
a { background-color: rgb(180,106,153); }
div.DivClassName
{
background-color: #B46A99;
}
.BgClassName
{
background-color: #B46A99;
}
</style>
border-color css
<style>
span { border-color: #B46A99; }
span { border-color: rgb(180,106,153); }
td.TdClassName
{
border-color: #B46A99;
}
.TagClassName
{
border-color: #B46A99;
}
</style>