Shades of Bouquet #B1809B
Tints of Bouquet #B1809B
RGB
CMYK
RGB Variations
Color information
#B1809B (or 0xB1809B) is known color: Bouquet. HEX triplet: B1, 80 and 9B. RGB value is (177,128,155). Sum of RGB (Red+Green+Blue) = 177+128+155=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B1809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1809B is #4E7F64. Grayscale: #919191. Windows color (decimal): -5144421 or 10191025. OLE color: 10191025.
HSL color Cylindrical-coordinate representation of color #B1809B: hue angle of 326.94º 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 #B1809B is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 155 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.31 |
| HSL | 326.94º | 0.24% | 0.6% | - |
| HSV(B) | 326.94º | 0.28% | 0.69% | - |
| XYZ | 31.77 | 27.15 | 34.58 | - |
| YUV | 145.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 155 | 0 | 0.28 | 0.12 | 0.31 | 326.94 | 0.24 | 0.6 |
| Hex | B1 | 80 | 9B | 0 | 1C | C | 1F | 147 | 18 | 3C |
| Octal | 261 | 200 | 233 | 0 | 34 | 14 | 37 | 507 | 30 | 74 |
| Binary | 10110001 | 10000000 | 10011011 | 0 | 11100 | 1100 | 11111 | 101000111 | 11000 | 111100 |
Color Harmonies of #B1809B
Complementary color
Monochromatic Colors of #B1809B
Black with #B1809B
Text Example
Text Example
White with #B1809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1809B; }
p { color: rgb(177,128,155); }
H1.HeaderClassName
{
color: #B1809B;
}
.AnyTagClassName
{
color: #B1809B;
}
</style>
background-color css
<style>
a { background-color: #B1809B; }
a { background-color: rgb(177,128,155); }
div.DivClassName
{
background-color: #B1809B;
}
.BgClassName
{
background-color: #B1809B;
}
</style>
border-color css
<style>
span { border-color: #B1809B; }
span { border-color: rgb(177,128,155); }
td.TdClassName
{
border-color: #B1809B;
}
.TagClassName
{
border-color: #B1809B;
}
</style>