Shades of Bouquet #B1889D
Tints of Bouquet #B1889D
RGB
CMYK
RGB Variations
Color information
#B1889D (or 0xB1889D) is known color: Bouquet. HEX triplet: B1, 88 and 9D. RGB value is (177,136,157). Sum of RGB (Red+Green+Blue) = 177+136+157=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B1889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1889D is #4E7762. Grayscale: #969696. Windows color (decimal): -5142371 or 10324145. OLE color: 10324145.
HSL color Cylindrical-coordinate representation of color #B1889D: hue angle of 329.27º 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 #B1889D is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 157 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.31 |
| HSL | 329.27º | 0.21% | 0.61% | - |
| HSV(B) | 329.27º | 0.23% | 0.69% | - |
| XYZ | 33.02 | 29.39 | 35.83 | - |
| YUV | 150.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 157 | 0 | 0.23 | 0.11 | 0.31 | 329.27 | 0.21 | 0.61 |
| Hex | B1 | 88 | 9D | 0 | 17 | B | 1F | 149 | 15 | 3D |
| Octal | 261 | 210 | 235 | 0 | 27 | 13 | 37 | 511 | 25 | 75 |
| Binary | 10110001 | 10001000 | 10011101 | 0 | 10111 | 1011 | 11111 | 101001001 | 10101 | 111101 |
Color Harmonies of #B1889D
Complementary color
Monochromatic Colors of #B1889D
Black with #B1889D
Text Example
Text Example
White with #B1889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1889D; }
p { color: rgb(177,136,157); }
H1.HeaderClassName
{
color: #B1889D;
}
.AnyTagClassName
{
color: #B1889D;
}
</style>
background-color css
<style>
a { background-color: #B1889D; }
a { background-color: rgb(177,136,157); }
div.DivClassName
{
background-color: #B1889D;
}
.BgClassName
{
background-color: #B1889D;
}
</style>
border-color css
<style>
span { border-color: #B1889D; }
span { border-color: rgb(177,136,157); }
td.TdClassName
{
border-color: #B1889D;
}
.TagClassName
{
border-color: #B1889D;
}
</style>