Shades of Bouquet #B5899E
Tints of Bouquet #B5899E
RGB
CMYK
RGB Variations
Color information
#B5899E (or 0xB5899E) is known color: Bouquet. HEX triplet: B5, 89 and 9E. RGB value is (181,137,158). Sum of RGB (Red+Green+Blue) = 181+137+158=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B5899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5899E is #4A7661. Grayscale: #989898. Windows color (decimal): -4879970 or 10389941. OLE color: 10389941.
HSL color Cylindrical-coordinate representation of color #B5899E: hue angle of 331.36º 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 #B5899E is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 158 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.29 |
| HSL | 331.36º | 0.23% | 0.62% | - |
| HSV(B) | 331.36º | 0.24% | 0.71% | - |
| XYZ | 34.17 | 30.18 | 36.37 | - |
| YUV | 152.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 158 | 0 | 0.24 | 0.13 | 0.29 | 331.36 | 0.23 | 0.62 |
| Hex | B5 | 89 | 9E | 0 | 18 | D | 1D | 14B | 17 | 3E |
| Octal | 265 | 211 | 236 | 0 | 30 | 15 | 35 | 513 | 27 | 76 |
| Binary | 10110101 | 10001001 | 10011110 | 0 | 11000 | 1101 | 11101 | 101001011 | 10111 | 111110 |
Color Harmonies of #B5899E
Complementary color
Monochromatic Colors of #B5899E
Black with #B5899E
Text Example
Text Example
White with #B5899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5899E; }
p { color: rgb(181,137,158); }
H1.HeaderClassName
{
color: #B5899E;
}
.AnyTagClassName
{
color: #B5899E;
}
</style>
background-color css
<style>
a { background-color: #B5899E; }
a { background-color: rgb(181,137,158); }
div.DivClassName
{
background-color: #B5899E;
}
.BgClassName
{
background-color: #B5899E;
}
</style>
border-color css
<style>
span { border-color: #B5899E; }
span { border-color: rgb(181,137,158); }
td.TdClassName
{
border-color: #B5899E;
}
.TagClassName
{
border-color: #B5899E;
}
</style>