Shades of Bouquet #B28398
Tints of Bouquet #B28398
RGB
CMYK
RGB Variations
Color information
#B28398 (or 0xB28398) is known color: Bouquet. HEX triplet: B2, 83 and 98. RGB value is (178,131,152). Sum of RGB (Red+Green+Blue) = 178+131+152=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B28398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28398 is #4D7C67. Grayscale: #939393. Windows color (decimal): -5078120 or 9995186. OLE color: 9995186.
HSL color Cylindrical-coordinate representation of color #B28398: hue angle of 333.19º 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 #B28398 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 152 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.30 |
| HSL | 333.19º | 0.23% | 0.61% | - |
| HSV(B) | 333.19º | 0.26% | 0.7% | - |
| XYZ | 32.14 | 27.96 | 33.41 | - |
| YUV | 147.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 152 | 0 | 0.26 | 0.15 | 0.30 | 333.19 | 0.23 | 0.61 |
| Hex | B2 | 83 | 98 | 0 | 1A | F | 1E | 14D | 17 | 3D |
| Octal | 262 | 203 | 230 | 0 | 32 | 17 | 36 | 515 | 27 | 75 |
| Binary | 10110010 | 10000011 | 10011000 | 0 | 11010 | 1111 | 11110 | 101001101 | 10111 | 111101 |
Color Harmonies of #B28398
Complementary color
Monochromatic Colors of #B28398
Black with #B28398
Text Example
Text Example
White with #B28398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28398; }
p { color: rgb(178,131,152); }
H1.HeaderClassName
{
color: #B28398;
}
.AnyTagClassName
{
color: #B28398;
}
</style>
background-color css
<style>
a { background-color: #B28398; }
a { background-color: rgb(178,131,152); }
div.DivClassName
{
background-color: #B28398;
}
.BgClassName
{
background-color: #B28398;
}
</style>
border-color css
<style>
span { border-color: #B28398; }
span { border-color: rgb(178,131,152); }
td.TdClassName
{
border-color: #B28398;
}
.TagClassName
{
border-color: #B28398;
}
</style>