Shades of Bouquet #B18AA1
Tints of Bouquet #B18AA1
RGB
CMYK
RGB Variations
Color information
#B18AA1 (or 0xB18AA1) is known color: Bouquet. HEX triplet: B1, 8A and A1. RGB value is (177,138,161). Sum of RGB (Red+Green+Blue) = 177+138+161=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AA1 is #4E755E. Grayscale: #989898. Windows color (decimal): -5141855 or 10586801. OLE color: 10586801.
HSL color Cylindrical-coordinate representation of color #B18AA1: hue angle of 324.62º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18AA1 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 161 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.31 |
| HSL | 324.62º | 0.2% | 0.62% | - |
| HSV(B) | 324.62º | 0.22% | 0.69% | - |
| XYZ | 33.65 | 30.1 | 37.75 | - |
| YUV | 152.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 161 | 0 | 0.22 | 0.09 | 0.31 | 324.62 | 0.2 | 0.62 |
| Hex | B1 | 8A | A1 | 0 | 16 | 9 | 1F | 145 | 14 | 3E |
| Octal | 261 | 212 | 241 | 0 | 26 | 11 | 37 | 505 | 24 | 76 |
| Binary | 10110001 | 10001010 | 10100001 | 0 | 10110 | 1001 | 11111 | 101000101 | 10100 | 111110 |
Color Harmonies of #B18AA1
Complementary color
Monochromatic Colors of #B18AA1
Black with #B18AA1
Text Example
Text Example
White with #B18AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AA1; }
p { color: rgb(177,138,161); }
H1.HeaderClassName
{
color: #B18AA1;
}
.AnyTagClassName
{
color: #B18AA1;
}
</style>
background-color css
<style>
a { background-color: #B18AA1; }
a { background-color: rgb(177,138,161); }
div.DivClassName
{
background-color: #B18AA1;
}
.BgClassName
{
background-color: #B18AA1;
}
</style>
border-color css
<style>
span { border-color: #B18AA1; }
span { border-color: rgb(177,138,161); }
td.TdClassName
{
border-color: #B18AA1;
}
.TagClassName
{
border-color: #B18AA1;
}
</style>