Shades of Bouquet #B46495
Tints of Bouquet #B46495
RGB
CMYK
RGB Variations
Color information
#B46495 (or 0xB46495) is known color: Bouquet. HEX triplet: B4, 64 and 95. RGB value is (180,100,149). Sum of RGB (Red+Green+Blue) = 180+100+149=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46495 is #4B9B6A. Grayscale: #818181. Windows color (decimal): -4954987 or 9790644. OLE color: 9790644.
HSL color Cylindrical-coordinate representation of color #B46495: hue angle of 323.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46495 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 149 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.29 |
| HSL | 323.25º | 0.35% | 0.55% | - |
| HSV(B) | 323.25º | 0.44% | 0.71% | - |
| XYZ | 28.8 | 20.99 | 30.97 | - |
| YUV | 129.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 149 | 0 | 0.44 | 0.17 | 0.29 | 323.25 | 0.35 | 0.55 |
| Hex | B4 | 64 | 95 | 0 | 2C | 11 | 1D | 143 | 23 | 37 |
| Octal | 264 | 144 | 225 | 0 | 54 | 21 | 35 | 503 | 43 | 67 |
| Binary | 10110100 | 1100100 | 10010101 | 0 | 101100 | 10001 | 11101 | 101000011 | 100011 | 110111 |
Color Harmonies of #B46495
Complementary color
Monochromatic Colors of #B46495
Black with #B46495
Text Example
Text Example
White with #B46495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46495; }
p { color: rgb(180,100,149); }
H1.HeaderClassName
{
color: #B46495;
}
.AnyTagClassName
{
color: #B46495;
}
</style>
background-color css
<style>
a { background-color: #B46495; }
a { background-color: rgb(180,100,149); }
div.DivClassName
{
background-color: #B46495;
}
.BgClassName
{
background-color: #B46495;
}
</style>
border-color css
<style>
span { border-color: #B46495; }
span { border-color: rgb(180,100,149); }
td.TdClassName
{
border-color: #B46495;
}
.TagClassName
{
border-color: #B46495;
}
</style>