Shades of Bouquet #B46CA2
Tints of Bouquet #B46CA2
RGB
CMYK
RGB Variations
Color information
#B46CA2 (or 0xB46CA2) is known color: Bouquet. HEX triplet: B4, 6C and A2. RGB value is (180,108,162). Sum of RGB (Red+Green+Blue) = 180+108+162=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B46CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46CA2 is #4B935D. Grayscale: #878787. Windows color (decimal): -4952926 or 10644660. OLE color: 10644660.
HSL color Cylindrical-coordinate representation of color #B46CA2: hue angle of 315º 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 #B46CA2 is Cyan = 0, Magento = 0.40, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 162 | - |
| CMYK | 0 | 0.40 | 0.1 | 0.29 |
| HSL | 315º | 0.32% | 0.56% | - |
| HSV(B) | 315º | 0.4% | 0.71% | - |
| XYZ | 30.71 | 23.04 | 37.01 | - |
| YUV | 135.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 162 | 0 | 0.40 | 0.1 | 0.29 | 315 | 0.32 | 0.56 |
| Hex | B4 | 6C | A2 | 0 | 28 | A | 1D | 13B | 20 | 38 |
| Octal | 264 | 154 | 242 | 0 | 50 | 12 | 35 | 473 | 40 | 70 |
| Binary | 10110100 | 1101100 | 10100010 | 0 | 101000 | 1010 | 11101 | 100111011 | 100000 | 111000 |
Color Harmonies of #B46CA2
Complementary color
Monochromatic Colors of #B46CA2
Black with #B46CA2
Text Example
Text Example
White with #B46CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46CA2; }
p { color: rgb(180,108,162); }
H1.HeaderClassName
{
color: #B46CA2;
}
.AnyTagClassName
{
color: #B46CA2;
}
</style>
background-color css
<style>
a { background-color: #B46CA2; }
a { background-color: rgb(180,108,162); }
div.DivClassName
{
background-color: #B46CA2;
}
.BgClassName
{
background-color: #B46CA2;
}
</style>
border-color css
<style>
span { border-color: #B46CA2; }
span { border-color: rgb(180,108,162); }
td.TdClassName
{
border-color: #B46CA2;
}
.TagClassName
{
border-color: #B46CA2;
}
</style>