Shades of Bouquet #B18AA0
Tints of Bouquet #B18AA0
RGB
CMYK
RGB Variations
Color information
#B18AA0 (or 0xB18AA0) is known color: Bouquet. HEX triplet: B1, 8A and A0. RGB value is (177,138,160). Sum of RGB (Red+Green+Blue) = 177+138+160=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AA0 is #4E755F. Grayscale: #989898. Windows color (decimal): -5141856 or 10521265. OLE color: 10521265.
HSL color Cylindrical-coordinate representation of color #B18AA0: hue angle of 326.15º 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 #B18AA0 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 160 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.31 |
| HSL | 326.15º | 0.2% | 0.62% | - |
| HSV(B) | 326.15º | 0.22% | 0.69% | - |
| XYZ | 33.57 | 30.06 | 37.29 | - |
| YUV | 152.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 160 | 0 | 0.22 | 0.10 | 0.31 | 326.15 | 0.2 | 0.62 |
| Hex | B1 | 8A | A0 | 0 | 16 | A | 1F | 146 | 14 | 3E |
| Octal | 261 | 212 | 240 | 0 | 26 | 12 | 37 | 506 | 24 | 76 |
| Binary | 10110001 | 10001010 | 10100000 | 0 | 10110 | 1010 | 11111 | 101000110 | 10100 | 111110 |
Color Harmonies of #B18AA0
Complementary color
Monochromatic Colors of #B18AA0
Black with #B18AA0
Text Example
Text Example
White with #B18AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AA0; }
p { color: rgb(177,138,160); }
H1.HeaderClassName
{
color: #B18AA0;
}
.AnyTagClassName
{
color: #B18AA0;
}
</style>
background-color css
<style>
a { background-color: #B18AA0; }
a { background-color: rgb(177,138,160); }
div.DivClassName
{
background-color: #B18AA0;
}
.BgClassName
{
background-color: #B18AA0;
}
</style>
border-color css
<style>
span { border-color: #B18AA0; }
span { border-color: rgb(177,138,160); }
td.TdClassName
{
border-color: #B18AA0;
}
.TagClassName
{
border-color: #B18AA0;
}
</style>