Shades of Bouquet #B5709F
Tints of Bouquet #B5709F
RGB
CMYK
RGB Variations
Color information
#B5709F (or 0xB5709F) is known color: Bouquet. HEX triplet: B5, 70 and 9F. RGB value is (181,112,159). Sum of RGB (Red+Green+Blue) = 181+112+159=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5709F is #4A8F60. Grayscale: #898989. Windows color (decimal): -4886369 or 10449077. OLE color: 10449077.
HSL color Cylindrical-coordinate representation of color #B5709F: hue angle of 319.13º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5709F is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 159 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.29 |
| HSL | 319.13º | 0.32% | 0.57% | - |
| HSV(B) | 319.13º | 0.38% | 0.71% | - |
| XYZ | 31.11 | 23.92 | 35.78 | - |
| YUV | 137.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 159 | 0 | 0.38 | 0.12 | 0.29 | 319.13 | 0.32 | 0.57 |
| Hex | B5 | 70 | 9F | 0 | 26 | C | 1D | 13F | 20 | 39 |
| Octal | 265 | 160 | 237 | 0 | 46 | 14 | 35 | 477 | 40 | 71 |
| Binary | 10110101 | 1110000 | 10011111 | 0 | 100110 | 1100 | 11101 | 100111111 | 100000 | 111001 |
Color Harmonies of #B5709F
Complementary color
Monochromatic Colors of #B5709F
Black with #B5709F
Text Example
Text Example
White with #B5709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5709F; }
p { color: rgb(181,112,159); }
H1.HeaderClassName
{
color: #B5709F;
}
.AnyTagClassName
{
color: #B5709F;
}
</style>
background-color css
<style>
a { background-color: #B5709F; }
a { background-color: rgb(181,112,159); }
div.DivClassName
{
background-color: #B5709F;
}
.BgClassName
{
background-color: #B5709F;
}
</style>
border-color css
<style>
span { border-color: #B5709F; }
span { border-color: rgb(181,112,159); }
td.TdClassName
{
border-color: #B5709F;
}
.TagClassName
{
border-color: #B5709F;
}
</style>