Shades of Bouquet #B37AA5
Tints of Bouquet #B37AA5
RGB
CMYK
RGB Variations
Color information
#B37AA5 (or 0xB37AA5) is known color: Bouquet. HEX triplet: B3, 7A and A5. RGB value is (179,122,165). Sum of RGB (Red+Green+Blue) = 179+122+165=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B37AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37AA5 is #4C855A. Grayscale: #8F8F8F. Windows color (decimal): -5014875 or 10844851. OLE color: 10844851.
HSL color Cylindrical-coordinate representation of color #B37AA5: hue angle of 314.74º 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 #B37AA5 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 165 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.30 |
| HSL | 314.74º | 0.27% | 0.59% | - |
| HSV(B) | 314.74º | 0.32% | 0.7% | - |
| XYZ | 32.34 | 26.22 | 38.95 | - |
| YUV | 143.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 165 | 0 | 0.32 | 0.08 | 0.30 | 314.74 | 0.27 | 0.59 |
| Hex | B3 | 7A | A5 | 0 | 20 | 8 | 1E | 13B | 1B | 3B |
| Octal | 263 | 172 | 245 | 0 | 40 | 10 | 36 | 473 | 33 | 73 |
| Binary | 10110011 | 1111010 | 10100101 | 0 | 100000 | 1000 | 11110 | 100111011 | 11011 | 111011 |
Color Harmonies of #B37AA5
Complementary color
Monochromatic Colors of #B37AA5
Black with #B37AA5
Text Example
Text Example
White with #B37AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37AA5; }
p { color: rgb(179,122,165); }
H1.HeaderClassName
{
color: #B37AA5;
}
.AnyTagClassName
{
color: #B37AA5;
}
</style>
background-color css
<style>
a { background-color: #B37AA5; }
a { background-color: rgb(179,122,165); }
div.DivClassName
{
background-color: #B37AA5;
}
.BgClassName
{
background-color: #B37AA5;
}
</style>
border-color css
<style>
span { border-color: #B37AA5; }
span { border-color: rgb(179,122,165); }
td.TdClassName
{
border-color: #B37AA5;
}
.TagClassName
{
border-color: #B37AA5;
}
</style>