Shades of Bouquet #B8759A
Tints of Bouquet #B8759A
RGB
CMYK
RGB Variations
Color information
#B8759A (or 0xB8759A) is known color: Bouquet. HEX triplet: B8, 75 and 9A. RGB value is (184,117,154). Sum of RGB (Red+Green+Blue) = 184+117+154=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8759A is #478A65. Grayscale: #8D8D8D. Windows color (decimal): -4688486 or 10122680. OLE color: 10122680.
HSL color Cylindrical-coordinate representation of color #B8759A: hue angle of 326.87º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8759A is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 154 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.28 |
| HSL | 326.87º | 0.32% | 0.59% | - |
| HSV(B) | 326.87º | 0.36% | 0.72% | - |
| XYZ | 31.96 | 25.25 | 33.76 | - |
| YUV | 141.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 154 | 0 | 0.36 | 0.16 | 0.28 | 326.87 | 0.32 | 0.59 |
| Hex | B8 | 75 | 9A | 0 | 24 | 10 | 1C | 147 | 20 | 3B |
| Octal | 270 | 165 | 232 | 0 | 44 | 20 | 34 | 507 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10011010 | 0 | 100100 | 10000 | 11100 | 101000111 | 100000 | 111011 |
Color Harmonies of #B8759A
Complementary color
Monochromatic Colors of #B8759A
Black with #B8759A
Text Example
Text Example
White with #B8759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8759A; }
p { color: rgb(184,117,154); }
H1.HeaderClassName
{
color: #B8759A;
}
.AnyTagClassName
{
color: #B8759A;
}
</style>
background-color css
<style>
a { background-color: #B8759A; }
a { background-color: rgb(184,117,154); }
div.DivClassName
{
background-color: #B8759A;
}
.BgClassName
{
background-color: #B8759A;
}
</style>
border-color css
<style>
span { border-color: #B8759A; }
span { border-color: rgb(184,117,154); }
td.TdClassName
{
border-color: #B8759A;
}
.TagClassName
{
border-color: #B8759A;
}
</style>