Shades of Bouquet #B1819C
Tints of Bouquet #B1819C
RGB
CMYK
RGB Variations
Color information
#B1819C (or 0xB1819C) is known color: Bouquet. HEX triplet: B1, 81 and 9C. RGB value is (177,129,156). Sum of RGB (Red+Green+Blue) = 177+129+156=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B1819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1819C is #4E7E63. Grayscale: #929292. Windows color (decimal): -5144164 or 10256817. OLE color: 10256817.
HSL color Cylindrical-coordinate representation of color #B1819C: hue angle of 326.25º degrees, saturation: 0.24, 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 #B1819C is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 156 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.31 |
| HSL | 326.25º | 0.24% | 0.6% | - |
| HSV(B) | 326.25º | 0.27% | 0.69% | - |
| XYZ | 31.98 | 27.45 | 35.06 | - |
| YUV | 146.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 156 | 0 | 0.27 | 0.12 | 0.31 | 326.25 | 0.24 | 0.6 |
| Hex | B1 | 81 | 9C | 0 | 1B | C | 1F | 146 | 18 | 3C |
| Octal | 261 | 201 | 234 | 0 | 33 | 14 | 37 | 506 | 30 | 74 |
| Binary | 10110001 | 10000001 | 10011100 | 0 | 11011 | 1100 | 11111 | 101000110 | 11000 | 111100 |
Color Harmonies of #B1819C
Complementary color
Monochromatic Colors of #B1819C
Black with #B1819C
Text Example
Text Example
White with #B1819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1819C; }
p { color: rgb(177,129,156); }
H1.HeaderClassName
{
color: #B1819C;
}
.AnyTagClassName
{
color: #B1819C;
}
</style>
background-color css
<style>
a { background-color: #B1819C; }
a { background-color: rgb(177,129,156); }
div.DivClassName
{
background-color: #B1819C;
}
.BgClassName
{
background-color: #B1819C;
}
</style>
border-color css
<style>
span { border-color: #B1819C; }
span { border-color: rgb(177,129,156); }
td.TdClassName
{
border-color: #B1819C;
}
.TagClassName
{
border-color: #B1819C;
}
</style>