Shades of Bouquet #B8839D
Tints of Bouquet #B8839D
RGB
CMYK
RGB Variations
Color information
#B8839D (or 0xB8839D) is known color: Bouquet. HEX triplet: B8, 83 and 9D. RGB value is (184,131,157). Sum of RGB (Red+Green+Blue) = 184+131+157=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8839D is #477C62. Grayscale: #959595. Windows color (decimal): -4684899 or 10322872. OLE color: 10322872.
HSL color Cylindrical-coordinate representation of color #B8839D: hue angle of 330.57º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8839D is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 157 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.28 |
| HSL | 330.57º | 0.27% | 0.62% | - |
| HSV(B) | 330.57º | 0.29% | 0.72% | - |
| XYZ | 33.97 | 28.86 | 35.68 | - |
| YUV | 149.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 157 | 0 | 0.29 | 0.15 | 0.28 | 330.57 | 0.27 | 0.62 |
| Hex | B8 | 83 | 9D | 0 | 1D | F | 1C | 14B | 1B | 3E |
| Octal | 270 | 203 | 235 | 0 | 35 | 17 | 34 | 513 | 33 | 76 |
| Binary | 10111000 | 10000011 | 10011101 | 0 | 11101 | 1111 | 11100 | 101001011 | 11011 | 111110 |
Color Harmonies of #B8839D
Complementary color
Monochromatic Colors of #B8839D
Black with #B8839D
Text Example
Text Example
White with #B8839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8839D; }
p { color: rgb(184,131,157); }
H1.HeaderClassName
{
color: #B8839D;
}
.AnyTagClassName
{
color: #B8839D;
}
</style>
background-color css
<style>
a { background-color: #B8839D; }
a { background-color: rgb(184,131,157); }
div.DivClassName
{
background-color: #B8839D;
}
.BgClassName
{
background-color: #B8839D;
}
</style>
border-color css
<style>
span { border-color: #B8839D; }
span { border-color: rgb(184,131,157); }
td.TdClassName
{
border-color: #B8839D;
}
.TagClassName
{
border-color: #B8839D;
}
</style>