Shades of Bouquet #B1889A
Tints of Bouquet #B1889A
RGB
CMYK
RGB Variations
Color information
#B1889A (or 0xB1889A) is known color: Bouquet. HEX triplet: B1, 88 and 9A. RGB value is (177,136,154). Sum of RGB (Red+Green+Blue) = 177+136+154=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1889A is #4E7765. Grayscale: #969696. Windows color (decimal): -5142374 or 10127537. OLE color: 10127537.
HSL color Cylindrical-coordinate representation of color #B1889A: hue angle of 333.66º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1889A is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 154 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.31 |
| HSL | 333.66º | 0.21% | 0.61% | - |
| HSV(B) | 333.66º | 0.23% | 0.69% | - |
| XYZ | 32.77 | 29.29 | 34.5 | - |
| YUV | 150.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 154 | 0 | 0.23 | 0.13 | 0.31 | 333.66 | 0.21 | 0.61 |
| Hex | B1 | 88 | 9A | 0 | 17 | D | 1F | 14E | 15 | 3D |
| Octal | 261 | 210 | 232 | 0 | 27 | 15 | 37 | 516 | 25 | 75 |
| Binary | 10110001 | 10001000 | 10011010 | 0 | 10111 | 1101 | 11111 | 101001110 | 10101 | 111101 |
Color Harmonies of #B1889A
Complementary color
Monochromatic Colors of #B1889A
Black with #B1889A
Text Example
Text Example
White with #B1889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1889A; }
p { color: rgb(177,136,154); }
H1.HeaderClassName
{
color: #B1889A;
}
.AnyTagClassName
{
color: #B1889A;
}
</style>
background-color css
<style>
a { background-color: #B1889A; }
a { background-color: rgb(177,136,154); }
div.DivClassName
{
background-color: #B1889A;
}
.BgClassName
{
background-color: #B1889A;
}
</style>
border-color css
<style>
span { border-color: #B1889A; }
span { border-color: rgb(177,136,154); }
td.TdClassName
{
border-color: #B1889A;
}
.TagClassName
{
border-color: #B1889A;
}
</style>