Shades of Bouquet #B46E96
Tints of Bouquet #B46E96
RGB
CMYK
RGB Variations
Color information
#B46E96 (or 0xB46E96) is known color: Bouquet. HEX triplet: B4, 6E and 96. RGB value is (180,110,150). Sum of RGB (Red+Green+Blue) = 180+110+150=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E96 is #4B9169. Grayscale: #878787. Windows color (decimal): -4952426 or 9858740. OLE color: 9858740.
HSL color Cylindrical-coordinate representation of color #B46E96: hue angle of 325.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46E96 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 110 | 150 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.29 |
| HSL | 325.71º | 0.32% | 0.57% | - |
| HSV(B) | 325.71º | 0.39% | 0.71% | - |
| XYZ | 29.9 | 23.06 | 31.73 | - |
| YUV | 135.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 150 | 0 | 0.39 | 0.17 | 0.29 | 325.71 | 0.32 | 0.57 |
| Hex | B4 | 6E | 96 | 0 | 27 | 11 | 1D | 146 | 20 | 39 |
| Octal | 264 | 156 | 226 | 0 | 47 | 21 | 35 | 506 | 40 | 71 |
| Binary | 10110100 | 1101110 | 10010110 | 0 | 100111 | 10001 | 11101 | 101000110 | 100000 | 111001 |
Color Harmonies of #B46E96
Complementary color
Monochromatic Colors of #B46E96
Black with #B46E96
Text Example
Text Example
White with #B46E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46E96; }
p { color: rgb(180,110,150); }
H1.HeaderClassName
{
color: #B46E96;
}
.AnyTagClassName
{
color: #B46E96;
}
</style>
background-color css
<style>
a { background-color: #B46E96; }
a { background-color: rgb(180,110,150); }
div.DivClassName
{
background-color: #B46E96;
}
.BgClassName
{
background-color: #B46E96;
}
</style>
border-color css
<style>
span { border-color: #B46E96; }
span { border-color: rgb(180,110,150); }
td.TdClassName
{
border-color: #B46E96;
}
.TagClassName
{
border-color: #B46E96;
}
</style>