Shades of Bouquet #B772AC
Tints of Bouquet #B772AC
RGB
CMYK
RGB Variations
Color information
#B772AC (or 0xB772AC) is known color: Bouquet. HEX triplet: B7, 72 and AC. RGB value is (183,114,172). Sum of RGB (Red+Green+Blue) = 183+114+172=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B772AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B772AC is #488D53. Grayscale: #8D8D8D. Windows color (decimal): -4754772 or 11301559. OLE color: 11301559.
HSL color Cylindrical-coordinate representation of color #B772AC: hue angle of 309.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B772AC is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 172 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.28 |
| HSL | 309.57º | 0.32% | 0.58% | - |
| HSV(B) | 309.57º | 0.38% | 0.72% | - |
| XYZ | 32.99 | 25.08 | 42.13 | - |
| YUV | 141.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 172 | 0 | 0.38 | 0.06 | 0.28 | 309.57 | 0.32 | 0.58 |
| Hex | B7 | 72 | AC | 0 | 26 | 6 | 1C | 136 | 20 | 3A |
| Octal | 267 | 162 | 254 | 0 | 46 | 6 | 34 | 466 | 40 | 72 |
| Binary | 10110111 | 1110010 | 10101100 | 0 | 100110 | 110 | 11100 | 100110110 | 100000 | 111010 |
Color Harmonies of #B772AC
Complementary color
Monochromatic Colors of #B772AC
Black with #B772AC
Text Example
Text Example
White with #B772AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B772AC; }
p { color: rgb(183,114,172); }
H1.HeaderClassName
{
color: #B772AC;
}
.AnyTagClassName
{
color: #B772AC;
}
</style>
background-color css
<style>
a { background-color: #B772AC; }
a { background-color: rgb(183,114,172); }
div.DivClassName
{
background-color: #B772AC;
}
.BgClassName
{
background-color: #B772AC;
}
</style>
border-color css
<style>
span { border-color: #B772AC; }
span { border-color: rgb(183,114,172); }
td.TdClassName
{
border-color: #B772AC;
}
.TagClassName
{
border-color: #B772AC;
}
</style>