Shades of Bouquet #B8709A
Tints of Bouquet #B8709A
RGB
CMYK
RGB Variations
Color information
#B8709A (or 0xB8709A) is known color: Bouquet. HEX triplet: B8, 70 and 9A. RGB value is (184,112,154). Sum of RGB (Red+Green+Blue) = 184+112+154=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B8709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8709A is #478F65. Grayscale: #8A8A8A. Windows color (decimal): -4689766 or 10121400. OLE color: 10121400.
HSL color Cylindrical-coordinate representation of color #B8709A: hue angle of 325º 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 #B8709A is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 154 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.28 |
| HSL | 325º | 0.34% | 0.58% | - |
| HSV(B) | 325º | 0.39% | 0.72% | - |
| XYZ | 31.39 | 24.11 | 33.57 | - |
| YUV | 138.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 154 | 0 | 0.39 | 0.16 | 0.28 | 325 | 0.34 | 0.58 |
| Hex | B8 | 70 | 9A | 0 | 27 | 10 | 1C | 145 | 22 | 3A |
| Octal | 270 | 160 | 232 | 0 | 47 | 20 | 34 | 505 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10011010 | 0 | 100111 | 10000 | 11100 | 101000101 | 100010 | 111010 |
Color Harmonies of #B8709A
Complementary color
Monochromatic Colors of #B8709A
Black with #B8709A
Text Example
Text Example
White with #B8709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8709A; }
p { color: rgb(184,112,154); }
H1.HeaderClassName
{
color: #B8709A;
}
.AnyTagClassName
{
color: #B8709A;
}
</style>
background-color css
<style>
a { background-color: #B8709A; }
a { background-color: rgb(184,112,154); }
div.DivClassName
{
background-color: #B8709A;
}
.BgClassName
{
background-color: #B8709A;
}
</style>
border-color css
<style>
span { border-color: #B8709A; }
span { border-color: rgb(184,112,154); }
td.TdClassName
{
border-color: #B8709A;
}
.TagClassName
{
border-color: #B8709A;
}
</style>