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