Shades of Bouquet #B1829F
Tints of Bouquet #B1829F
RGB
CMYK
RGB Variations
Color information
#B1829F (or 0xB1829F) is known color: Bouquet. HEX triplet: B1, 82 and 9F. RGB value is (177,130,159). Sum of RGB (Red+Green+Blue) = 177+130+159=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1829F is #4E7D60. Grayscale: #939393. Windows color (decimal): -5143905 or 10453681. OLE color: 10453681.
HSL color Cylindrical-coordinate representation of color #B1829F: hue angle of 322.98º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1829F is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 159 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.31 |
| HSL | 322.98º | 0.23% | 0.6% | - |
| HSV(B) | 322.98º | 0.27% | 0.69% | - |
| XYZ | 32.37 | 27.82 | 36.46 | - |
| YUV | 147.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 159 | 0 | 0.27 | 0.10 | 0.31 | 322.98 | 0.23 | 0.6 |
| Hex | B1 | 82 | 9F | 0 | 1B | A | 1F | 143 | 17 | 3C |
| Octal | 261 | 202 | 237 | 0 | 33 | 12 | 37 | 503 | 27 | 74 |
| Binary | 10110001 | 10000010 | 10011111 | 0 | 11011 | 1010 | 11111 | 101000011 | 10111 | 111100 |
Color Harmonies of #B1829F
Complementary color
Monochromatic Colors of #B1829F
Black with #B1829F
Text Example
Text Example
White with #B1829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1829F; }
p { color: rgb(177,130,159); }
H1.HeaderClassName
{
color: #B1829F;
}
.AnyTagClassName
{
color: #B1829F;
}
</style>
background-color css
<style>
a { background-color: #B1829F; }
a { background-color: rgb(177,130,159); }
div.DivClassName
{
background-color: #B1829F;
}
.BgClassName
{
background-color: #B1829F;
}
</style>
border-color css
<style>
span { border-color: #B1829F; }
span { border-color: rgb(177,130,159); }
td.TdClassName
{
border-color: #B1829F;
}
.TagClassName
{
border-color: #B1829F;
}
</style>