Shades of Bouquet #B46696
Tints of Bouquet #B46696
RGB
CMYK
RGB Variations
Color information
#B46696 (or 0xB46696) is known color: Bouquet. HEX triplet: B4, 66 and 96. RGB value is (180,102,150). Sum of RGB (Red+Green+Blue) = 180+102+150=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46696 is #4B9969. Grayscale: #828282. Windows color (decimal): -4954474 or 9856692. OLE color: 9856692.
HSL color Cylindrical-coordinate representation of color #B46696: hue angle of 323.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46696 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 150 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.29 |
| HSL | 323.08º | 0.34% | 0.55% | - |
| HSV(B) | 323.08º | 0.43% | 0.71% | - |
| XYZ | 29.08 | 21.41 | 31.45 | - |
| YUV | 130.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 150 | 0 | 0.43 | 0.17 | 0.29 | 323.08 | 0.34 | 0.55 |
| Hex | B4 | 66 | 96 | 0 | 2B | 11 | 1D | 143 | 22 | 37 |
| Octal | 264 | 146 | 226 | 0 | 53 | 21 | 35 | 503 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10010110 | 0 | 101011 | 10001 | 11101 | 101000011 | 100010 | 110111 |
Color Harmonies of #B46696
Complementary color
Monochromatic Colors of #B46696
Black with #B46696
Text Example
Text Example
White with #B46696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46696; }
p { color: rgb(180,102,150); }
H1.HeaderClassName
{
color: #B46696;
}
.AnyTagClassName
{
color: #B46696;
}
</style>
background-color css
<style>
a { background-color: #B46696; }
a { background-color: rgb(180,102,150); }
div.DivClassName
{
background-color: #B46696;
}
.BgClassName
{
background-color: #B46696;
}
</style>
border-color css
<style>
span { border-color: #B46696; }
span { border-color: rgb(180,102,150); }
td.TdClassName
{
border-color: #B46696;
}
.TagClassName
{
border-color: #B46696;
}
</style>