Shades of Bouquet #B5759A
Tints of Bouquet #B5759A
RGB
CMYK
RGB Variations
Color information
#B5759A (or 0xB5759A) is known color: Bouquet. HEX triplet: B5, 75 and 9A. RGB value is (181,117,154). Sum of RGB (Red+Green+Blue) = 181+117+154=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5759A is #4A8A65. Grayscale: #8C8C8C. Windows color (decimal): -4885094 or 10122677. OLE color: 10122677.
HSL color Cylindrical-coordinate representation of color #B5759A: hue angle of 325.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5759A is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 154 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.29 |
| HSL | 325.31º | 0.3% | 0.58% | - |
| HSV(B) | 325.31º | 0.35% | 0.71% | - |
| XYZ | 31.25 | 24.88 | 33.73 | - |
| YUV | 140.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 154 | 0 | 0.35 | 0.15 | 0.29 | 325.31 | 0.3 | 0.58 |
| Hex | B5 | 75 | 9A | 0 | 23 | F | 1D | 145 | 1E | 3A |
| Octal | 265 | 165 | 232 | 0 | 43 | 17 | 35 | 505 | 36 | 72 |
| Binary | 10110101 | 1110101 | 10011010 | 0 | 100011 | 1111 | 11101 | 101000101 | 11110 | 111010 |
Color Harmonies of #B5759A
Complementary color
Monochromatic Colors of #B5759A
Black with #B5759A
Text Example
Text Example
White with #B5759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5759A; }
p { color: rgb(181,117,154); }
H1.HeaderClassName
{
color: #B5759A;
}
.AnyTagClassName
{
color: #B5759A;
}
</style>
background-color css
<style>
a { background-color: #B5759A; }
a { background-color: rgb(181,117,154); }
div.DivClassName
{
background-color: #B5759A;
}
.BgClassName
{
background-color: #B5759A;
}
</style>
border-color css
<style>
span { border-color: #B5759A; }
span { border-color: rgb(181,117,154); }
td.TdClassName
{
border-color: #B5759A;
}
.TagClassName
{
border-color: #B5759A;
}
</style>