Shades of Bouquet #B8739E
Tints of Bouquet #B8739E
RGB
CMYK
RGB Variations
Color information
#B8739E (or 0xB8739E) is known color: Bouquet. HEX triplet: B8, 73 and 9E. RGB value is (184,115,158). Sum of RGB (Red+Green+Blue) = 184+115+158=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8739E is #478C61. Grayscale: #8C8C8C. Windows color (decimal): -4688994 or 10384312. OLE color: 10384312.
HSL color Cylindrical-coordinate representation of color #B8739E: hue angle of 322.61º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8739E is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 158 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.28 |
| HSL | 322.61º | 0.33% | 0.59% | - |
| HSV(B) | 322.61º | 0.38% | 0.72% | - |
| XYZ | 32.07 | 24.92 | 35.47 | - |
| YUV | 140.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 158 | 0 | 0.38 | 0.14 | 0.28 | 322.61 | 0.33 | 0.59 |
| Hex | B8 | 73 | 9E | 0 | 26 | E | 1C | 143 | 21 | 3B |
| Octal | 270 | 163 | 236 | 0 | 46 | 16 | 34 | 503 | 41 | 73 |
| Binary | 10111000 | 1110011 | 10011110 | 0 | 100110 | 1110 | 11100 | 101000011 | 100001 | 111011 |
Color Harmonies of #B8739E
Complementary color
Monochromatic Colors of #B8739E
Black with #B8739E
Text Example
Text Example
White with #B8739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8739E; }
p { color: rgb(184,115,158); }
H1.HeaderClassName
{
color: #B8739E;
}
.AnyTagClassName
{
color: #B8739E;
}
</style>
background-color css
<style>
a { background-color: #B8739E; }
a { background-color: rgb(184,115,158); }
div.DivClassName
{
background-color: #B8739E;
}
.BgClassName
{
background-color: #B8739E;
}
</style>
border-color css
<style>
span { border-color: #B8739E; }
span { border-color: rgb(184,115,158); }
td.TdClassName
{
border-color: #B8739E;
}
.TagClassName
{
border-color: #B8739E;
}
</style>