Shades of Bouquet #B37BA2
Tints of Bouquet #B37BA2
RGB
CMYK
RGB Variations
Color information
#B37BA2 (or 0xB37BA2) is known color: Bouquet. HEX triplet: B3, 7B and A2. RGB value is (179,123,162). Sum of RGB (Red+Green+Blue) = 179+123+162=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B37BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37BA2 is #4C845D. Grayscale: #909090. Windows color (decimal): -5014622 or 10648499. OLE color: 10648499.
HSL color Cylindrical-coordinate representation of color #B37BA2: hue angle of 318.21º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37BA2 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 162 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.30 |
| HSL | 318.21º | 0.27% | 0.59% | - |
| HSV(B) | 318.21º | 0.31% | 0.7% | - |
| XYZ | 32.19 | 26.36 | 37.57 | - |
| YUV | 144.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 162 | 0 | 0.31 | 0.09 | 0.30 | 318.21 | 0.27 | 0.59 |
| Hex | B3 | 7B | A2 | 0 | 1F | 9 | 1E | 13E | 1B | 3B |
| Octal | 263 | 173 | 242 | 0 | 37 | 11 | 36 | 476 | 33 | 73 |
| Binary | 10110011 | 1111011 | 10100010 | 0 | 11111 | 1001 | 11110 | 100111110 | 11011 | 111011 |
Color Harmonies of #B37BA2
Complementary color
Monochromatic Colors of #B37BA2
Black with #B37BA2
Text Example
Text Example
White with #B37BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BA2; }
p { color: rgb(179,123,162); }
H1.HeaderClassName
{
color: #B37BA2;
}
.AnyTagClassName
{
color: #B37BA2;
}
</style>
background-color css
<style>
a { background-color: #B37BA2; }
a { background-color: rgb(179,123,162); }
div.DivClassName
{
background-color: #B37BA2;
}
.BgClassName
{
background-color: #B37BA2;
}
</style>
border-color css
<style>
span { border-color: #B37BA2; }
span { border-color: rgb(179,123,162); }
td.TdClassName
{
border-color: #B37BA2;
}
.TagClassName
{
border-color: #B37BA2;
}
</style>