Shades of Bouquet #B37AA2
Tints of Bouquet #B37AA2
RGB
CMYK
RGB Variations
Color information
#B37AA2 (or 0xB37AA2) is known color: Bouquet. HEX triplet: B3, 7A and A2. RGB value is (179,122,162). Sum of RGB (Red+Green+Blue) = 179+122+162=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B37AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37AA2 is #4C855D. Grayscale: #8F8F8F. Windows color (decimal): -5014878 or 10648243. OLE color: 10648243.
HSL color Cylindrical-coordinate representation of color #B37AA2: hue angle of 317.89º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37AA2 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 162 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.30 |
| HSL | 317.89º | 0.27% | 0.59% | - |
| HSV(B) | 317.89º | 0.32% | 0.7% | - |
| XYZ | 32.07 | 26.11 | 37.53 | - |
| YUV | 143.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 162 | 0 | 0.32 | 0.09 | 0.30 | 317.89 | 0.27 | 0.59 |
| Hex | B3 | 7A | A2 | 0 | 20 | 9 | 1E | 13E | 1B | 3B |
| Octal | 263 | 172 | 242 | 0 | 40 | 11 | 36 | 476 | 33 | 73 |
| Binary | 10110011 | 1111010 | 10100010 | 0 | 100000 | 1001 | 11110 | 100111110 | 11011 | 111011 |
Color Harmonies of #B37AA2
Complementary color
Monochromatic Colors of #B37AA2
Black with #B37AA2
Text Example
Text Example
White with #B37AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37AA2; }
p { color: rgb(179,122,162); }
H1.HeaderClassName
{
color: #B37AA2;
}
.AnyTagClassName
{
color: #B37AA2;
}
</style>
background-color css
<style>
a { background-color: #B37AA2; }
a { background-color: rgb(179,122,162); }
div.DivClassName
{
background-color: #B37AA2;
}
.BgClassName
{
background-color: #B37AA2;
}
</style>
border-color css
<style>
span { border-color: #B37AA2; }
span { border-color: rgb(179,122,162); }
td.TdClassName
{
border-color: #B37AA2;
}
.TagClassName
{
border-color: #B37AA2;
}
</style>