Shades of Bouquet #B28499
Tints of Bouquet #B28499
RGB
CMYK
RGB Variations
Color information
#B28499 (or 0xB28499) is known color: Bouquet. HEX triplet: B2, 84 and 99. RGB value is (178,132,153). Sum of RGB (Red+Green+Blue) = 178+132+153=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B28499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28499 is #4D7B66. Grayscale: #949494. Windows color (decimal): -5077863 or 10060978. OLE color: 10060978.
HSL color Cylindrical-coordinate representation of color #B28499: hue angle of 332.61º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B28499 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 153 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.30 |
| HSL | 332.61º | 0.23% | 0.61% | - |
| HSV(B) | 332.61º | 0.26% | 0.7% | - |
| XYZ | 32.36 | 28.27 | 33.89 | - |
| YUV | 148.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 153 | 0 | 0.26 | 0.14 | 0.30 | 332.61 | 0.23 | 0.61 |
| Hex | B2 | 84 | 99 | 0 | 1A | E | 1E | 14D | 17 | 3D |
| Octal | 262 | 204 | 231 | 0 | 32 | 16 | 36 | 515 | 27 | 75 |
| Binary | 10110010 | 10000100 | 10011001 | 0 | 11010 | 1110 | 11110 | 101001101 | 10111 | 111101 |
Color Harmonies of #B28499
Complementary color
Monochromatic Colors of #B28499
Black with #B28499
Text Example
Text Example
White with #B28499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28499; }
p { color: rgb(178,132,153); }
H1.HeaderClassName
{
color: #B28499;
}
.AnyTagClassName
{
color: #B28499;
}
</style>
background-color css
<style>
a { background-color: #B28499; }
a { background-color: rgb(178,132,153); }
div.DivClassName
{
background-color: #B28499;
}
.BgClassName
{
background-color: #B28499;
}
</style>
border-color css
<style>
span { border-color: #B28499; }
span { border-color: rgb(178,132,153); }
td.TdClassName
{
border-color: #B28499;
}
.TagClassName
{
border-color: #B28499;
}
</style>