Shades of Bouquet #B46C9A
Tints of Bouquet #B46C9A
RGB
CMYK
RGB Variations
Color information
#B46C9A (or 0xB46C9A) is known color: Bouquet. HEX triplet: B4, 6C and 9A. RGB value is (180,108,154). Sum of RGB (Red+Green+Blue) = 180+108+154=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46C9A is #4B9365. Grayscale: #868686. Windows color (decimal): -4952934 or 10120372. OLE color: 10120372.
HSL color Cylindrical-coordinate representation of color #B46C9A: hue angle of 321.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46C9A is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 154 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.29 |
| HSL | 321.67º | 0.32% | 0.56% | - |
| HSV(B) | 321.67º | 0.4% | 0.71% | - |
| XYZ | 30.02 | 22.76 | 33.38 | - |
| YUV | 134.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 154 | 0 | 0.40 | 0.14 | 0.29 | 321.67 | 0.32 | 0.56 |
| Hex | B4 | 6C | 9A | 0 | 28 | E | 1D | 142 | 20 | 38 |
| Octal | 264 | 154 | 232 | 0 | 50 | 16 | 35 | 502 | 40 | 70 |
| Binary | 10110100 | 1101100 | 10011010 | 0 | 101000 | 1110 | 11101 | 101000010 | 100000 | 111000 |
Color Harmonies of #B46C9A
Complementary color
Monochromatic Colors of #B46C9A
Black with #B46C9A
Text Example
Text Example
White with #B46C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46C9A; }
p { color: rgb(180,108,154); }
H1.HeaderClassName
{
color: #B46C9A;
}
.AnyTagClassName
{
color: #B46C9A;
}
</style>
background-color css
<style>
a { background-color: #B46C9A; }
a { background-color: rgb(180,108,154); }
div.DivClassName
{
background-color: #B46C9A;
}
.BgClassName
{
background-color: #B46C9A;
}
</style>
border-color css
<style>
span { border-color: #B46C9A; }
span { border-color: rgb(180,108,154); }
td.TdClassName
{
border-color: #B46C9A;
}
.TagClassName
{
border-color: #B46C9A;
}
</style>