Shades of Bouquet #B8709E
Tints of Bouquet #B8709E
RGB
CMYK
RGB Variations
Color information
#B8709E (or 0xB8709E) is known color: Bouquet. HEX triplet: B8, 70 and 9E. RGB value is (184,112,158). Sum of RGB (Red+Green+Blue) = 184+112+158=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B8709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8709E is #478F61. Grayscale: #8A8A8A. Windows color (decimal): -4689762 or 10383544. OLE color: 10383544.
HSL color Cylindrical-coordinate representation of color #B8709E: hue angle of 321.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8709E is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 158 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.28 |
| HSL | 321.67º | 0.34% | 0.58% | - |
| HSV(B) | 321.67º | 0.39% | 0.72% | - |
| XYZ | 31.73 | 24.25 | 35.36 | - |
| YUV | 138.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 158 | 0 | 0.39 | 0.14 | 0.28 | 321.67 | 0.34 | 0.58 |
| Hex | B8 | 70 | 9E | 0 | 27 | E | 1C | 142 | 22 | 3A |
| Octal | 270 | 160 | 236 | 0 | 47 | 16 | 34 | 502 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10011110 | 0 | 100111 | 1110 | 11100 | 101000010 | 100010 | 111010 |
Color Harmonies of #B8709E
Complementary color
Monochromatic Colors of #B8709E
Black with #B8709E
Text Example
Text Example
White with #B8709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8709E; }
p { color: rgb(184,112,158); }
H1.HeaderClassName
{
color: #B8709E;
}
.AnyTagClassName
{
color: #B8709E;
}
</style>
background-color css
<style>
a { background-color: #B8709E; }
a { background-color: rgb(184,112,158); }
div.DivClassName
{
background-color: #B8709E;
}
.BgClassName
{
background-color: #B8709E;
}
</style>
border-color css
<style>
span { border-color: #B8709E; }
span { border-color: rgb(184,112,158); }
td.TdClassName
{
border-color: #B8709E;
}
.TagClassName
{
border-color: #B8709E;
}
</style>