Shades of Bouquet #B8749E
Tints of Bouquet #B8749E
RGB
CMYK
RGB Variations
Color information
#B8749E (or 0xB8749E) is known color: Bouquet. HEX triplet: B8, 74 and 9E. RGB value is (184,116,158). Sum of RGB (Red+Green+Blue) = 184+116+158=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8749E is #478B61. Grayscale: #8D8D8D. Windows color (decimal): -4688738 or 10384568. OLE color: 10384568.
HSL color Cylindrical-coordinate representation of color #B8749E: hue angle of 322.94º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8749E is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 158 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.28 |
| HSL | 322.94º | 0.32% | 0.59% | - |
| HSV(B) | 322.94º | 0.37% | 0.72% | - |
| XYZ | 32.18 | 25.15 | 35.51 | - |
| YUV | 141.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 158 | 0 | 0.37 | 0.14 | 0.28 | 322.94 | 0.32 | 0.59 |
| Hex | B8 | 74 | 9E | 0 | 25 | E | 1C | 143 | 20 | 3B |
| Octal | 270 | 164 | 236 | 0 | 45 | 16 | 34 | 503 | 40 | 73 |
| Binary | 10111000 | 1110100 | 10011110 | 0 | 100101 | 1110 | 11100 | 101000011 | 100000 | 111011 |
Color Harmonies of #B8749E
Complementary color
Monochromatic Colors of #B8749E
Black with #B8749E
Text Example
Text Example
White with #B8749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8749E; }
p { color: rgb(184,116,158); }
H1.HeaderClassName
{
color: #B8749E;
}
.AnyTagClassName
{
color: #B8749E;
}
</style>
background-color css
<style>
a { background-color: #B8749E; }
a { background-color: rgb(184,116,158); }
div.DivClassName
{
background-color: #B8749E;
}
.BgClassName
{
background-color: #B8749E;
}
</style>
border-color css
<style>
span { border-color: #B8749E; }
span { border-color: rgb(184,116,158); }
td.TdClassName
{
border-color: #B8749E;
}
.TagClassName
{
border-color: #B8749E;
}
</style>