Shades of Bouquet #B37A9A
Tints of Bouquet #B37A9A
RGB
CMYK
RGB Variations
Color information
#B37A9A (or 0xB37A9A) is known color: Bouquet. HEX triplet: B3, 7A and 9A. RGB value is (179,122,154). Sum of RGB (Red+Green+Blue) = 179+122+154=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37A9A is #4C8565. Grayscale: #8E8E8E. Windows color (decimal): -5014886 or 10123955. OLE color: 10123955.
HSL color Cylindrical-coordinate representation of color #B37A9A: hue angle of 326.32º 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 #B37A9A is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 154 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.30 |
| HSL | 326.32º | 0.27% | 0.59% | - |
| HSV(B) | 326.32º | 0.32% | 0.7% | - |
| XYZ | 31.38 | 25.84 | 33.9 | - |
| YUV | 142.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 154 | 0 | 0.32 | 0.14 | 0.30 | 326.32 | 0.27 | 0.59 |
| Hex | B3 | 7A | 9A | 0 | 20 | E | 1E | 146 | 1B | 3B |
| Octal | 263 | 172 | 232 | 0 | 40 | 16 | 36 | 506 | 33 | 73 |
| Binary | 10110011 | 1111010 | 10011010 | 0 | 100000 | 1110 | 11110 | 101000110 | 11011 | 111011 |
Color Harmonies of #B37A9A
Complementary color
Monochromatic Colors of #B37A9A
Black with #B37A9A
Text Example
Text Example
White with #B37A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A9A; }
p { color: rgb(179,122,154); }
H1.HeaderClassName
{
color: #B37A9A;
}
.AnyTagClassName
{
color: #B37A9A;
}
</style>
background-color css
<style>
a { background-color: #B37A9A; }
a { background-color: rgb(179,122,154); }
div.DivClassName
{
background-color: #B37A9A;
}
.BgClassName
{
background-color: #B37A9A;
}
</style>
border-color css
<style>
span { border-color: #B37A9A; }
span { border-color: rgb(179,122,154); }
td.TdClassName
{
border-color: #B37A9A;
}
.TagClassName
{
border-color: #B37A9A;
}
</style>