Shades of Bouquet #B57A9F
Tints of Bouquet #B57A9F
RGB
CMYK
RGB Variations
Color information
#B57A9F (or 0xB57A9F) is known color: Bouquet. HEX triplet: B5, 7A and 9F. RGB value is (181,122,159). Sum of RGB (Red+Green+Blue) = 181+122+159=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A9F is #4A8560. Grayscale: #8F8F8F. Windows color (decimal): -4883809 or 10451637. OLE color: 10451637.
HSL color Cylindrical-coordinate representation of color #B57A9F: hue angle of 322.37º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57A9F is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 159 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.29 |
| HSL | 322.37º | 0.29% | 0.59% | - |
| HSV(B) | 322.37º | 0.33% | 0.71% | - |
| XYZ | 32.27 | 26.25 | 36.17 | - |
| YUV | 143.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 159 | 0 | 0.33 | 0.12 | 0.29 | 322.37 | 0.29 | 0.59 |
| Hex | B5 | 7A | 9F | 0 | 21 | C | 1D | 142 | 1D | 3B |
| Octal | 265 | 172 | 237 | 0 | 41 | 14 | 35 | 502 | 35 | 73 |
| Binary | 10110101 | 1111010 | 10011111 | 0 | 100001 | 1100 | 11101 | 101000010 | 11101 | 111011 |
Color Harmonies of #B57A9F
Complementary color
Monochromatic Colors of #B57A9F
Black with #B57A9F
Text Example
Text Example
White with #B57A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A9F; }
p { color: rgb(181,122,159); }
H1.HeaderClassName
{
color: #B57A9F;
}
.AnyTagClassName
{
color: #B57A9F;
}
</style>
background-color css
<style>
a { background-color: #B57A9F; }
a { background-color: rgb(181,122,159); }
div.DivClassName
{
background-color: #B57A9F;
}
.BgClassName
{
background-color: #B57A9F;
}
</style>
border-color css
<style>
span { border-color: #B57A9F; }
span { border-color: rgb(181,122,159); }
td.TdClassName
{
border-color: #B57A9F;
}
.TagClassName
{
border-color: #B57A9F;
}
</style>