Shades of Bouquet #B1809A
Tints of Bouquet #B1809A
RGB
CMYK
RGB Variations
Color information
#B1809A (or 0xB1809A) is known color: Bouquet. HEX triplet: B1, 80 and 9A. RGB value is (177,128,154). Sum of RGB (Red+Green+Blue) = 177+128+154=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B1809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1809A is #4E7F65. Grayscale: #919191. Windows color (decimal): -5144422 or 10125489. OLE color: 10125489.
HSL color Cylindrical-coordinate representation of color #B1809A: hue angle of 328.16º 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 #B1809A is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 154 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.31 |
| HSL | 328.16º | 0.24% | 0.6% | - |
| HSV(B) | 328.16º | 0.28% | 0.69% | - |
| XYZ | 31.68 | 27.12 | 34.14 | - |
| YUV | 145.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 154 | 0 | 0.28 | 0.13 | 0.31 | 328.16 | 0.24 | 0.6 |
| Hex | B1 | 80 | 9A | 0 | 1C | D | 1F | 148 | 18 | 3C |
| Octal | 261 | 200 | 232 | 0 | 34 | 15 | 37 | 510 | 30 | 74 |
| Binary | 10110001 | 10000000 | 10011010 | 0 | 11100 | 1101 | 11111 | 101001000 | 11000 | 111100 |
Color Harmonies of #B1809A
Complementary color
Monochromatic Colors of #B1809A
Black with #B1809A
Text Example
Text Example
White with #B1809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1809A; }
p { color: rgb(177,128,154); }
H1.HeaderClassName
{
color: #B1809A;
}
.AnyTagClassName
{
color: #B1809A;
}
</style>
background-color css
<style>
a { background-color: #B1809A; }
a { background-color: rgb(177,128,154); }
div.DivClassName
{
background-color: #B1809A;
}
.BgClassName
{
background-color: #B1809A;
}
</style>
border-color css
<style>
span { border-color: #B1809A; }
span { border-color: rgb(177,128,154); }
td.TdClassName
{
border-color: #B1809A;
}
.TagClassName
{
border-color: #B1809A;
}
</style>