Shades of Bouquet #B46896
Tints of Bouquet #B46896
RGB
CMYK
RGB Variations
Color information
#B46896 (or 0xB46896) is known color: Bouquet. HEX triplet: B4, 68 and 96. RGB value is (180,104,150). Sum of RGB (Red+Green+Blue) = 180+104+150=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B46896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46896 is #4B9769. Grayscale: #838383. Windows color (decimal): -4953962 or 9857204. OLE color: 9857204.
HSL color Cylindrical-coordinate representation of color #B46896: hue angle of 323.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46896 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 150 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.29 |
| HSL | 323.68º | 0.34% | 0.56% | - |
| HSV(B) | 323.68º | 0.42% | 0.71% | - |
| XYZ | 29.28 | 21.81 | 31.52 | - |
| YUV | 131.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 150 | 0 | 0.42 | 0.17 | 0.29 | 323.68 | 0.34 | 0.56 |
| Hex | B4 | 68 | 96 | 0 | 2A | 11 | 1D | 144 | 22 | 38 |
| Octal | 264 | 150 | 226 | 0 | 52 | 21 | 35 | 504 | 42 | 70 |
| Binary | 10110100 | 1101000 | 10010110 | 0 | 101010 | 10001 | 11101 | 101000100 | 100010 | 111000 |
Color Harmonies of #B46896
Complementary color
Monochromatic Colors of #B46896
Black with #B46896
Text Example
Text Example
White with #B46896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46896; }
p { color: rgb(180,104,150); }
H1.HeaderClassName
{
color: #B46896;
}
.AnyTagClassName
{
color: #B46896;
}
</style>
background-color css
<style>
a { background-color: #B46896; }
a { background-color: rgb(180,104,150); }
div.DivClassName
{
background-color: #B46896;
}
.BgClassName
{
background-color: #B46896;
}
</style>
border-color css
<style>
span { border-color: #B46896; }
span { border-color: rgb(180,104,150); }
td.TdClassName
{
border-color: #B46896;
}
.TagClassName
{
border-color: #B46896;
}
</style>