Shades of Bouquet #B46399
Tints of Bouquet #B46399
RGB
CMYK
RGB Variations
Color information
#B46399 (or 0xB46399) is known color: Bouquet. HEX triplet: B4, 63 and 99. RGB value is (180,99,153). Sum of RGB (Red+Green+Blue) = 180+99+153=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46399 is #4B9C66. Grayscale: #818181. Windows color (decimal): -4955239 or 10052532. OLE color: 10052532.
HSL color Cylindrical-coordinate representation of color #B46399: hue angle of 320º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46399 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 153 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.29 |
| HSL | 320º | 0.35% | 0.55% | - |
| HSV(B) | 320º | 0.45% | 0.71% | - |
| XYZ | 29.03 | 20.93 | 32.65 | - |
| YUV | 129.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 153 | 0 | 0.45 | 0.15 | 0.29 | 320 | 0.35 | 0.55 |
| Hex | B4 | 63 | 99 | 0 | 2D | F | 1D | 140 | 23 | 37 |
| Octal | 264 | 143 | 231 | 0 | 55 | 17 | 35 | 500 | 43 | 67 |
| Binary | 10110100 | 1100011 | 10011001 | 0 | 101101 | 1111 | 11101 | 101000000 | 100011 | 110111 |
Color Harmonies of #B46399
Complementary color
Monochromatic Colors of #B46399
Black with #B46399
Text Example
Text Example
White with #B46399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46399; }
p { color: rgb(180,99,153); }
H1.HeaderClassName
{
color: #B46399;
}
.AnyTagClassName
{
color: #B46399;
}
</style>
background-color css
<style>
a { background-color: #B46399; }
a { background-color: rgb(180,99,153); }
div.DivClassName
{
background-color: #B46399;
}
.BgClassName
{
background-color: #B46399;
}
</style>
border-color css
<style>
span { border-color: #B46399; }
span { border-color: rgb(180,99,153); }
td.TdClassName
{
border-color: #B46399;
}
.TagClassName
{
border-color: #B46399;
}
</style>