Shades of Bouquet #B9759E
Tints of Bouquet #B9759E
RGB
CMYK
RGB Variations
Color information
#B9759E (or 0xB9759E) is known color: Bouquet. HEX triplet: B9, 75 and 9E. RGB value is (185,117,158). Sum of RGB (Red+Green+Blue) = 185+117+158=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9759E is #468A61. Grayscale: #8D8D8D. Windows color (decimal): -4622946 or 10384825. OLE color: 10384825.
HSL color Cylindrical-coordinate representation of color #B9759E: hue angle of 323.82º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9759E is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 158 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.27 |
| HSL | 323.82º | 0.33% | 0.59% | - |
| HSV(B) | 323.82º | 0.37% | 0.73% | - |
| XYZ | 32.54 | 25.51 | 35.56 | - |
| YUV | 142.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 158 | 0 | 0.37 | 0.15 | 0.27 | 323.82 | 0.33 | 0.59 |
| Hex | B9 | 75 | 9E | 0 | 25 | F | 1B | 144 | 21 | 3B |
| Octal | 271 | 165 | 236 | 0 | 45 | 17 | 33 | 504 | 41 | 73 |
| Binary | 10111001 | 1110101 | 10011110 | 0 | 100101 | 1111 | 11011 | 101000100 | 100001 | 111011 |
Color Harmonies of #B9759E
Complementary color
Monochromatic Colors of #B9759E
Black with #B9759E
Text Example
Text Example
White with #B9759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9759E; }
p { color: rgb(185,117,158); }
H1.HeaderClassName
{
color: #B9759E;
}
.AnyTagClassName
{
color: #B9759E;
}
</style>
background-color css
<style>
a { background-color: #B9759E; }
a { background-color: rgb(185,117,158); }
div.DivClassName
{
background-color: #B9759E;
}
.BgClassName
{
background-color: #B9759E;
}
</style>
border-color css
<style>
span { border-color: #B9759E; }
span { border-color: rgb(185,117,158); }
td.TdClassName
{
border-color: #B9759E;
}
.TagClassName
{
border-color: #B9759E;
}
</style>