Shades of Bouquet #B57F9A
Tints of Bouquet #B57F9A
RGB
CMYK
RGB Variations
Color information
#B57F9A (or 0xB57F9A) is known color: Bouquet. HEX triplet: B5, 7F and 9A. RGB value is (181,127,154). Sum of RGB (Red+Green+Blue) = 181+127+154=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F9A is #4A8065. Grayscale: #929292. Windows color (decimal): -4882534 or 10125237. OLE color: 10125237.
HSL color Cylindrical-coordinate representation of color #B57F9A: hue angle of 330º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57F9A is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 154 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.29 |
| HSL | 330º | 0.27% | 0.6% | - |
| HSV(B) | 330º | 0.3% | 0.71% | - |
| XYZ | 32.48 | 27.34 | 34.14 | - |
| YUV | 146.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 154 | 0 | 0.30 | 0.15 | 0.29 | 330 | 0.27 | 0.6 |
| Hex | B5 | 7F | 9A | 0 | 1E | F | 1D | 14A | 1B | 3C |
| Octal | 265 | 177 | 232 | 0 | 36 | 17 | 35 | 512 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10011010 | 0 | 11110 | 1111 | 11101 | 101001010 | 11011 | 111100 |
Color Harmonies of #B57F9A
Complementary color
Monochromatic Colors of #B57F9A
Black with #B57F9A
Text Example
Text Example
White with #B57F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57F9A; }
p { color: rgb(181,127,154); }
H1.HeaderClassName
{
color: #B57F9A;
}
.AnyTagClassName
{
color: #B57F9A;
}
</style>
background-color css
<style>
a { background-color: #B57F9A; }
a { background-color: rgb(181,127,154); }
div.DivClassName
{
background-color: #B57F9A;
}
.BgClassName
{
background-color: #B57F9A;
}
</style>
border-color css
<style>
span { border-color: #B57F9A; }
span { border-color: rgb(181,127,154); }
td.TdClassName
{
border-color: #B57F9A;
}
.TagClassName
{
border-color: #B57F9A;
}
</style>