Shades of Bouquet #B37BA7
Tints of Bouquet #B37BA7
RGB
CMYK
RGB Variations
Color information
#B37BA7 (or 0xB37BA7) is known color: Bouquet. HEX triplet: B3, 7B and A7. RGB value is (179,123,167). Sum of RGB (Red+Green+Blue) = 179+123+167=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B37BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37BA7 is #4C8458. Grayscale: #909090. Windows color (decimal): -5014617 or 10976179. OLE color: 10976179.
HSL color Cylindrical-coordinate representation of color #B37BA7: hue angle of 312.86º 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 #B37BA7 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 167 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.30 |
| HSL | 312.86º | 0.27% | 0.59% | - |
| HSV(B) | 312.86º | 0.31% | 0.7% | - |
| XYZ | 32.65 | 26.54 | 39.96 | - |
| YUV | 144.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 167 | 0 | 0.31 | 0.07 | 0.30 | 312.86 | 0.27 | 0.59 |
| Hex | B3 | 7B | A7 | 0 | 1F | 7 | 1E | 139 | 1B | 3B |
| Octal | 263 | 173 | 247 | 0 | 37 | 7 | 36 | 471 | 33 | 73 |
| Binary | 10110011 | 1111011 | 10100111 | 0 | 11111 | 111 | 11110 | 100111001 | 11011 | 111011 |
Color Harmonies of #B37BA7
Complementary color
Monochromatic Colors of #B37BA7
Black with #B37BA7
Text Example
Text Example
White with #B37BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BA7; }
p { color: rgb(179,123,167); }
H1.HeaderClassName
{
color: #B37BA7;
}
.AnyTagClassName
{
color: #B37BA7;
}
</style>
background-color css
<style>
a { background-color: #B37BA7; }
a { background-color: rgb(179,123,167); }
div.DivClassName
{
background-color: #B37BA7;
}
.BgClassName
{
background-color: #B37BA7;
}
</style>
border-color css
<style>
span { border-color: #B37BA7; }
span { border-color: rgb(179,123,167); }
td.TdClassName
{
border-color: #B37BA7;
}
.TagClassName
{
border-color: #B37BA7;
}
</style>