Shades of Bouquet #B3849E
Tints of Bouquet #B3849E
RGB
CMYK
RGB Variations
Color information
#B3849E (or 0xB3849E) is known color: Bouquet. HEX triplet: B3, 84 and 9E. RGB value is (179,132,158). Sum of RGB (Red+Green+Blue) = 179+132+158=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B3849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3849E is #4C7B61. Grayscale: #949494. Windows color (decimal): -5012322 or 10388659. OLE color: 10388659.
HSL color Cylindrical-coordinate representation of color #B3849E: hue angle of 326.81º degrees, saturation: 0.24, 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 #B3849E is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 158 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.30 |
| HSL | 326.81º | 0.24% | 0.61% | - |
| HSV(B) | 326.81º | 0.26% | 0.7% | - |
| XYZ | 33.01 | 28.55 | 36.12 | - |
| YUV | 149.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 158 | 0 | 0.26 | 0.12 | 0.30 | 326.81 | 0.24 | 0.61 |
| Hex | B3 | 84 | 9E | 0 | 1A | C | 1E | 147 | 18 | 3D |
| Octal | 263 | 204 | 236 | 0 | 32 | 14 | 36 | 507 | 30 | 75 |
| Binary | 10110011 | 10000100 | 10011110 | 0 | 11010 | 1100 | 11110 | 101000111 | 11000 | 111101 |
Color Harmonies of #B3849E
Complementary color
Monochromatic Colors of #B3849E
Black with #B3849E
Text Example
Text Example
White with #B3849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3849E; }
p { color: rgb(179,132,158); }
H1.HeaderClassName
{
color: #B3849E;
}
.AnyTagClassName
{
color: #B3849E;
}
</style>
background-color css
<style>
a { background-color: #B3849E; }
a { background-color: rgb(179,132,158); }
div.DivClassName
{
background-color: #B3849E;
}
.BgClassName
{
background-color: #B3849E;
}
</style>
border-color css
<style>
span { border-color: #B3849E; }
span { border-color: rgb(179,132,158); }
td.TdClassName
{
border-color: #B3849E;
}
.TagClassName
{
border-color: #B3849E;
}
</style>