Shades of Bouquet #B57B9F
Tints of Bouquet #B57B9F
RGB
CMYK
RGB Variations
Color information
#B57B9F (or 0xB57B9F) is known color: Bouquet. HEX triplet: B5, 7B and 9F. RGB value is (181,123,159). Sum of RGB (Red+Green+Blue) = 181+123+159=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B9F is #4A8460. Grayscale: #909090. Windows color (decimal): -4883553 or 10451893. OLE color: 10451893.
HSL color Cylindrical-coordinate representation of color #B57B9F: hue angle of 322.76º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B57B9F is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 159 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.29 |
| HSL | 322.76º | 0.28% | 0.6% | - |
| HSV(B) | 322.76º | 0.32% | 0.71% | - |
| XYZ | 32.4 | 26.49 | 36.21 | - |
| YUV | 144.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 159 | 0 | 0.32 | 0.12 | 0.29 | 322.76 | 0.28 | 0.6 |
| Hex | B5 | 7B | 9F | 0 | 20 | C | 1D | 143 | 1C | 3C |
| Octal | 265 | 173 | 237 | 0 | 40 | 14 | 35 | 503 | 34 | 74 |
| Binary | 10110101 | 1111011 | 10011111 | 0 | 100000 | 1100 | 11101 | 101000011 | 11100 | 111100 |
Color Harmonies of #B57B9F
Complementary color
Monochromatic Colors of #B57B9F
Black with #B57B9F
Text Example
Text Example
White with #B57B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B9F; }
p { color: rgb(181,123,159); }
H1.HeaderClassName
{
color: #B57B9F;
}
.AnyTagClassName
{
color: #B57B9F;
}
</style>
background-color css
<style>
a { background-color: #B57B9F; }
a { background-color: rgb(181,123,159); }
div.DivClassName
{
background-color: #B57B9F;
}
.BgClassName
{
background-color: #B57B9F;
}
</style>
border-color css
<style>
span { border-color: #B57B9F; }
span { border-color: rgb(181,123,159); }
td.TdClassName
{
border-color: #B57B9F;
}
.TagClassName
{
border-color: #B57B9F;
}
</style>