Shades of Bouquet #B8759C
Tints of Bouquet #B8759C
RGB
CMYK
RGB Variations
Color information
#B8759C (or 0xB8759C) is known color: Bouquet. HEX triplet: B8, 75 and 9C. RGB value is (184,117,156). Sum of RGB (Red+Green+Blue) = 184+117+156=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8759C is #478A63. Grayscale: #8D8D8D. Windows color (decimal): -4688484 or 10253752. OLE color: 10253752.
HSL color Cylindrical-coordinate representation of color #B8759C: hue angle of 325.07º 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 #B8759C is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 156 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.28 |
| HSL | 325.07º | 0.32% | 0.59% | - |
| HSV(B) | 325.07º | 0.36% | 0.72% | - |
| XYZ | 32.13 | 25.31 | 34.65 | - |
| YUV | 141.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 156 | 0 | 0.36 | 0.15 | 0.28 | 325.07 | 0.32 | 0.59 |
| Hex | B8 | 75 | 9C | 0 | 24 | F | 1C | 145 | 20 | 3B |
| Octal | 270 | 165 | 234 | 0 | 44 | 17 | 34 | 505 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10011100 | 0 | 100100 | 1111 | 11100 | 101000101 | 100000 | 111011 |
Color Harmonies of #B8759C
Complementary color
Monochromatic Colors of #B8759C
Black with #B8759C
Text Example
Text Example
White with #B8759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8759C; }
p { color: rgb(184,117,156); }
H1.HeaderClassName
{
color: #B8759C;
}
.AnyTagClassName
{
color: #B8759C;
}
</style>
background-color css
<style>
a { background-color: #B8759C; }
a { background-color: rgb(184,117,156); }
div.DivClassName
{
background-color: #B8759C;
}
.BgClassName
{
background-color: #B8759C;
}
</style>
border-color css
<style>
span { border-color: #B8759C; }
span { border-color: rgb(184,117,156); }
td.TdClassName
{
border-color: #B8759C;
}
.TagClassName
{
border-color: #B8759C;
}
</style>