Shades of Bouquet #B1809C
Tints of Bouquet #B1809C
RGB
CMYK
RGB Variations
Color information
#B1809C (or 0xB1809C) is known color: Bouquet. HEX triplet: B1, 80 and 9C. RGB value is (177,128,156). Sum of RGB (Red+Green+Blue) = 177+128+156=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B1809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1809C is #4E7F63. Grayscale: #919191. Windows color (decimal): -5144420 or 10256561. OLE color: 10256561.
HSL color Cylindrical-coordinate representation of color #B1809C: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1809C is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 156 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.31 |
| HSL | 325.71º | 0.24% | 0.6% | - |
| HSV(B) | 325.71º | 0.28% | 0.69% | - |
| XYZ | 31.85 | 27.19 | 35.02 | - |
| YUV | 145.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 156 | 0 | 0.28 | 0.12 | 0.31 | 325.71 | 0.24 | 0.6 |
| Hex | B1 | 80 | 9C | 0 | 1C | C | 1F | 146 | 18 | 3C |
| Octal | 261 | 200 | 234 | 0 | 34 | 14 | 37 | 506 | 30 | 74 |
| Binary | 10110001 | 10000000 | 10011100 | 0 | 11100 | 1100 | 11111 | 101000110 | 11000 | 111100 |
Color Harmonies of #B1809C
Complementary color
Monochromatic Colors of #B1809C
Black with #B1809C
Text Example
Text Example
White with #B1809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1809C; }
p { color: rgb(177,128,156); }
H1.HeaderClassName
{
color: #B1809C;
}
.AnyTagClassName
{
color: #B1809C;
}
</style>
background-color css
<style>
a { background-color: #B1809C; }
a { background-color: rgb(177,128,156); }
div.DivClassName
{
background-color: #B1809C;
}
.BgClassName
{
background-color: #B1809C;
}
</style>
border-color css
<style>
span { border-color: #B1809C; }
span { border-color: rgb(177,128,156); }
td.TdClassName
{
border-color: #B1809C;
}
.TagClassName
{
border-color: #B1809C;
}
</style>