Shades of Bouquet #B8849D
Tints of Bouquet #B8849D
RGB
CMYK
RGB Variations
Color information
#B8849D (or 0xB8849D) is known color: Bouquet. HEX triplet: B8, 84 and 9D. RGB value is (184,132,157). Sum of RGB (Red+Green+Blue) = 184+132+157=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8849D is #477B62. Grayscale: #969696. Windows color (decimal): -4684643 or 10323128. OLE color: 10323128.
HSL color Cylindrical-coordinate representation of color #B8849D: hue angle of 331.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8849D is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 157 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.28 |
| HSL | 331.15º | 0.27% | 0.62% | - |
| HSV(B) | 331.15º | 0.28% | 0.72% | - |
| XYZ | 34.1 | 29.13 | 35.72 | - |
| YUV | 150.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 157 | 0 | 0.28 | 0.15 | 0.28 | 331.15 | 0.27 | 0.62 |
| Hex | B8 | 84 | 9D | 0 | 1C | F | 1C | 14B | 1B | 3E |
| Octal | 270 | 204 | 235 | 0 | 34 | 17 | 34 | 513 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10011101 | 0 | 11100 | 1111 | 11100 | 101001011 | 11011 | 111110 |
Color Harmonies of #B8849D
Complementary color
Monochromatic Colors of #B8849D
Black with #B8849D
Text Example
Text Example
White with #B8849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8849D; }
p { color: rgb(184,132,157); }
H1.HeaderClassName
{
color: #B8849D;
}
.AnyTagClassName
{
color: #B8849D;
}
</style>
background-color css
<style>
a { background-color: #B8849D; }
a { background-color: rgb(184,132,157); }
div.DivClassName
{
background-color: #B8849D;
}
.BgClassName
{
background-color: #B8849D;
}
</style>
border-color css
<style>
span { border-color: #B8849D; }
span { border-color: rgb(184,132,157); }
td.TdClassName
{
border-color: #B8849D;
}
.TagClassName
{
border-color: #B8849D;
}
</style>