Shades of Bouquet #B18AA2
Tints of Bouquet #B18AA2
RGB
CMYK
RGB Variations
Color information
#B18AA2 (or 0xB18AA2) is known color: Bouquet. HEX triplet: B1, 8A and A2. RGB value is (177,138,162). Sum of RGB (Red+Green+Blue) = 177+138+162=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AA2 is #4E755D. Grayscale: #989898. Windows color (decimal): -5141854 or 10652337. OLE color: 10652337.
HSL color Cylindrical-coordinate representation of color #B18AA2: hue angle of 323.08º 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 #B18AA2 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 162 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.31 |
| HSL | 323.08º | 0.2% | 0.62% | - |
| HSV(B) | 323.08º | 0.22% | 0.69% | - |
| XYZ | 33.74 | 30.13 | 38.22 | - |
| YUV | 152.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 162 | 0 | 0.22 | 0.08 | 0.31 | 323.08 | 0.2 | 0.62 |
| Hex | B1 | 8A | A2 | 0 | 16 | 8 | 1F | 143 | 14 | 3E |
| Octal | 261 | 212 | 242 | 0 | 26 | 10 | 37 | 503 | 24 | 76 |
| Binary | 10110001 | 10001010 | 10100010 | 0 | 10110 | 1000 | 11111 | 101000011 | 10100 | 111110 |
Color Harmonies of #B18AA2
Complementary color
Monochromatic Colors of #B18AA2
Black with #B18AA2
Text Example
Text Example
White with #B18AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AA2; }
p { color: rgb(177,138,162); }
H1.HeaderClassName
{
color: #B18AA2;
}
.AnyTagClassName
{
color: #B18AA2;
}
</style>
background-color css
<style>
a { background-color: #B18AA2; }
a { background-color: rgb(177,138,162); }
div.DivClassName
{
background-color: #B18AA2;
}
.BgClassName
{
background-color: #B18AA2;
}
</style>
border-color css
<style>
span { border-color: #B18AA2; }
span { border-color: rgb(177,138,162); }
td.TdClassName
{
border-color: #B18AA2;
}
.TagClassName
{
border-color: #B18AA2;
}
</style>