Shades of Bouquet #B28AA0
Tints of Bouquet #B28AA0
RGB
CMYK
RGB Variations
Color information
#B28AA0 (or 0xB28AA0) is known color: Bouquet. HEX triplet: B2, 8A and A0. RGB value is (178,138,160). Sum of RGB (Red+Green+Blue) = 178+138+160=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AA0 is #4D755F. Grayscale: #989898. Windows color (decimal): -5076320 or 10521266. OLE color: 10521266.
HSL color Cylindrical-coordinate representation of color #B28AA0: hue angle of 327º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28AA0 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 160 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.30 |
| HSL | 327º | 0.21% | 0.62% | - |
| HSV(B) | 327º | 0.22% | 0.7% | - |
| XYZ | 33.79 | 30.18 | 37.3 | - |
| YUV | 152.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 160 | 0 | 0.22 | 0.10 | 0.30 | 327 | 0.21 | 0.62 |
| Hex | B2 | 8A | A0 | 0 | 16 | A | 1E | 147 | 15 | 3E |
| Octal | 262 | 212 | 240 | 0 | 26 | 12 | 36 | 507 | 25 | 76 |
| Binary | 10110010 | 10001010 | 10100000 | 0 | 10110 | 1010 | 11110 | 101000111 | 10101 | 111110 |
Color Harmonies of #B28AA0
Complementary color
Monochromatic Colors of #B28AA0
Black with #B28AA0
Text Example
Text Example
White with #B28AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28AA0; }
p { color: rgb(178,138,160); }
H1.HeaderClassName
{
color: #B28AA0;
}
.AnyTagClassName
{
color: #B28AA0;
}
</style>
background-color css
<style>
a { background-color: #B28AA0; }
a { background-color: rgb(178,138,160); }
div.DivClassName
{
background-color: #B28AA0;
}
.BgClassName
{
background-color: #B28AA0;
}
</style>
border-color css
<style>
span { border-color: #B28AA0; }
span { border-color: rgb(178,138,160); }
td.TdClassName
{
border-color: #B28AA0;
}
.TagClassName
{
border-color: #B28AA0;
}
</style>