Shades of Bouquet #B28599
Tints of Bouquet #B28599
RGB
CMYK
RGB Variations
Color information
#B28599 (or 0xB28599) is known color: Bouquet. HEX triplet: B2, 85 and 99. RGB value is (178,133,153). Sum of RGB (Red+Green+Blue) = 178+133+153=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B28599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28599 is #4D7A66. Grayscale: #949494. Windows color (decimal): -5077607 or 10061234. OLE color: 10061234.
HSL color Cylindrical-coordinate representation of color #B28599: hue angle of 333.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B28599 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 153 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.30 |
| HSL | 333.33º | 0.23% | 0.61% | - |
| HSV(B) | 333.33º | 0.25% | 0.7% | - |
| XYZ | 32.5 | 28.54 | 33.93 | - |
| YUV | 148.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 153 | 0 | 0.25 | 0.14 | 0.30 | 333.33 | 0.23 | 0.61 |
| Hex | B2 | 85 | 99 | 0 | 19 | E | 1E | 14D | 17 | 3D |
| Octal | 262 | 205 | 231 | 0 | 31 | 16 | 36 | 515 | 27 | 75 |
| Binary | 10110010 | 10000101 | 10011001 | 0 | 11001 | 1110 | 11110 | 101001101 | 10111 | 111101 |
Color Harmonies of #B28599
Complementary color
Monochromatic Colors of #B28599
Black with #B28599
Text Example
Text Example
White with #B28599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28599; }
p { color: rgb(178,133,153); }
H1.HeaderClassName
{
color: #B28599;
}
.AnyTagClassName
{
color: #B28599;
}
</style>
background-color css
<style>
a { background-color: #B28599; }
a { background-color: rgb(178,133,153); }
div.DivClassName
{
background-color: #B28599;
}
.BgClassName
{
background-color: #B28599;
}
</style>
border-color css
<style>
span { border-color: #B28599; }
span { border-color: rgb(178,133,153); }
td.TdClassName
{
border-color: #B28599;
}
.TagClassName
{
border-color: #B28599;
}
</style>