Shades of Bouquet #B1899A
Tints of Bouquet #B1899A
RGB
CMYK
RGB Variations
Color information
#B1899A (or 0xB1899A) is known color: Bouquet. HEX triplet: B1, 89 and 9A. RGB value is (177,137,154). Sum of RGB (Red+Green+Blue) = 177+137+154=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1899A is #4E7665. Grayscale: #969696. Windows color (decimal): -5142118 or 10127793. OLE color: 10127793.
HSL color Cylindrical-coordinate representation of color #B1899A: hue angle of 334.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1899A is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 137 | 154 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.31 |
| HSL | 334.5º | 0.2% | 0.62% | - |
| HSV(B) | 334.5º | 0.23% | 0.69% | - |
| XYZ | 32.91 | 29.57 | 34.55 | - |
| YUV | 150.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 154 | 0 | 0.23 | 0.13 | 0.31 | 334.5 | 0.2 | 0.62 |
| Hex | B1 | 89 | 9A | 0 | 17 | D | 1F | 14E | 14 | 3E |
| Octal | 261 | 211 | 232 | 0 | 27 | 15 | 37 | 516 | 24 | 76 |
| Binary | 10110001 | 10001001 | 10011010 | 0 | 10111 | 1101 | 11111 | 101001110 | 10100 | 111110 |
Color Harmonies of #B1899A
Complementary color
Monochromatic Colors of #B1899A
Black with #B1899A
Text Example
Text Example
White with #B1899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1899A; }
p { color: rgb(177,137,154); }
H1.HeaderClassName
{
color: #B1899A;
}
.AnyTagClassName
{
color: #B1899A;
}
</style>
background-color css
<style>
a { background-color: #B1899A; }
a { background-color: rgb(177,137,154); }
div.DivClassName
{
background-color: #B1899A;
}
.BgClassName
{
background-color: #B1899A;
}
</style>
border-color css
<style>
span { border-color: #B1899A; }
span { border-color: rgb(177,137,154); }
td.TdClassName
{
border-color: #B1899A;
}
.TagClassName
{
border-color: #B1899A;
}
</style>