Shades of Bouquet #B17AA3
Tints of Bouquet #B17AA3
RGB
CMYK
RGB Variations
Color information
#B17AA3 (or 0xB17AA3) is known color: Bouquet. HEX triplet: B1, 7A and A3. RGB value is (177,122,163). Sum of RGB (Red+Green+Blue) = 177+122+163=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B17AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17AA3 is #4E855C. Grayscale: #8F8F8F. Windows color (decimal): -5145949 or 10713777. OLE color: 10713777.
HSL color Cylindrical-coordinate representation of color #B17AA3: hue angle of 315.27º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17AA3 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 163 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.31 |
| HSL | 315.27º | 0.26% | 0.59% | - |
| HSV(B) | 315.27º | 0.31% | 0.69% | - |
| XYZ | 31.7 | 25.91 | 37.98 | - |
| YUV | 143.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 163 | 0 | 0.31 | 0.08 | 0.31 | 315.27 | 0.26 | 0.59 |
| Hex | B1 | 7A | A3 | 0 | 1F | 8 | 1F | 13B | 1A | 3B |
| Octal | 261 | 172 | 243 | 0 | 37 | 10 | 37 | 473 | 32 | 73 |
| Binary | 10110001 | 1111010 | 10100011 | 0 | 11111 | 1000 | 11111 | 100111011 | 11010 | 111011 |
Color Harmonies of #B17AA3
Complementary color
Monochromatic Colors of #B17AA3
Black with #B17AA3
Text Example
Text Example
White with #B17AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17AA3; }
p { color: rgb(177,122,163); }
H1.HeaderClassName
{
color: #B17AA3;
}
.AnyTagClassName
{
color: #B17AA3;
}
</style>
background-color css
<style>
a { background-color: #B17AA3; }
a { background-color: rgb(177,122,163); }
div.DivClassName
{
background-color: #B17AA3;
}
.BgClassName
{
background-color: #B17AA3;
}
</style>
border-color css
<style>
span { border-color: #B17AA3; }
span { border-color: rgb(177,122,163); }
td.TdClassName
{
border-color: #B17AA3;
}
.TagClassName
{
border-color: #B17AA3;
}
</style>