Shades of Bouquet #B5899F
Tints of Bouquet #B5899F
RGB
CMYK
RGB Variations
Color information
#B5899F (or 0xB5899F) is known color: Bouquet. HEX triplet: B5, 89 and 9F. RGB value is (181,137,159). Sum of RGB (Red+Green+Blue) = 181+137+159=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B5899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5899F is #4A7660. Grayscale: #989898. Windows color (decimal): -4879969 or 10455477. OLE color: 10455477.
HSL color Cylindrical-coordinate representation of color #B5899F: hue angle of 330º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5899F is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 159 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.29 |
| HSL | 330º | 0.23% | 0.62% | - |
| HSV(B) | 330º | 0.24% | 0.71% | - |
| XYZ | 34.26 | 30.22 | 36.83 | - |
| YUV | 152.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 159 | 0 | 0.24 | 0.12 | 0.29 | 330 | 0.23 | 0.62 |
| Hex | B5 | 89 | 9F | 0 | 18 | C | 1D | 14A | 17 | 3E |
| Octal | 265 | 211 | 237 | 0 | 30 | 14 | 35 | 512 | 27 | 76 |
| Binary | 10110101 | 10001001 | 10011111 | 0 | 11000 | 1100 | 11101 | 101001010 | 10111 | 111110 |
Color Harmonies of #B5899F
Complementary color
Monochromatic Colors of #B5899F
Black with #B5899F
Text Example
Text Example
White with #B5899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5899F; }
p { color: rgb(181,137,159); }
H1.HeaderClassName
{
color: #B5899F;
}
.AnyTagClassName
{
color: #B5899F;
}
</style>
background-color css
<style>
a { background-color: #B5899F; }
a { background-color: rgb(181,137,159); }
div.DivClassName
{
background-color: #B5899F;
}
.BgClassName
{
background-color: #B5899F;
}
</style>
border-color css
<style>
span { border-color: #B5899F; }
span { border-color: rgb(181,137,159); }
td.TdClassName
{
border-color: #B5899F;
}
.TagClassName
{
border-color: #B5899F;
}
</style>