Shades of Bouquet #B46B9A
Tints of Bouquet #B46B9A
RGB
CMYK
RGB Variations
Color information
#B46B9A (or 0xB46B9A) is known color: Bouquet. HEX triplet: B4, 6B and 9A. RGB value is (180,107,154). Sum of RGB (Red+Green+Blue) = 180+107+154=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46B9A is #4B9465. Grayscale: #868686. Windows color (decimal): -4953190 or 10120116. OLE color: 10120116.
HSL color Cylindrical-coordinate representation of color #B46B9A: hue angle of 321.37º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46B9A is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 107 | 154 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.29 |
| HSL | 321.37º | 0.33% | 0.56% | - |
| HSV(B) | 321.37º | 0.41% | 0.71% | - |
| XYZ | 29.91 | 22.55 | 33.35 | - |
| YUV | 134.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 107 | 154 | 0 | 0.41 | 0.14 | 0.29 | 321.37 | 0.33 | 0.56 |
| Hex | B4 | 6B | 9A | 0 | 29 | E | 1D | 141 | 21 | 38 |
| Octal | 264 | 153 | 232 | 0 | 51 | 16 | 35 | 501 | 41 | 70 |
| Binary | 10110100 | 1101011 | 10011010 | 0 | 101001 | 1110 | 11101 | 101000001 | 100001 | 111000 |
Color Harmonies of #B46B9A
Complementary color
Monochromatic Colors of #B46B9A
Black with #B46B9A
Text Example
Text Example
White with #B46B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46B9A; }
p { color: rgb(180,107,154); }
H1.HeaderClassName
{
color: #B46B9A;
}
.AnyTagClassName
{
color: #B46B9A;
}
</style>
background-color css
<style>
a { background-color: #B46B9A; }
a { background-color: rgb(180,107,154); }
div.DivClassName
{
background-color: #B46B9A;
}
.BgClassName
{
background-color: #B46B9A;
}
</style>
border-color css
<style>
span { border-color: #B46B9A; }
span { border-color: rgb(180,107,154); }
td.TdClassName
{
border-color: #B46B9A;
}
.TagClassName
{
border-color: #B46B9A;
}
</style>