Shades of Bouquet #B5719F
Tints of Bouquet #B5719F
RGB
CMYK
RGB Variations
Color information
#B5719F (or 0xB5719F) is known color: Bouquet. HEX triplet: B5, 71 and 9F. RGB value is (181,113,159). Sum of RGB (Red+Green+Blue) = 181+113+159=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5719F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5719F is #4A8E60. Grayscale: #8A8A8A. Windows color (decimal): -4886113 or 10449333. OLE color: 10449333.
HSL color Cylindrical-coordinate representation of color #B5719F: hue angle of 319.41º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5719F is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 159 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.29 |
| HSL | 319.41º | 0.31% | 0.58% | - |
| HSV(B) | 319.41º | 0.38% | 0.71% | - |
| XYZ | 31.22 | 24.14 | 35.81 | - |
| YUV | 138.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 159 | 0 | 0.38 | 0.12 | 0.29 | 319.41 | 0.31 | 0.58 |
| Hex | B5 | 71 | 9F | 0 | 26 | C | 1D | 13F | 1F | 3A |
| Octal | 265 | 161 | 237 | 0 | 46 | 14 | 35 | 477 | 37 | 72 |
| Binary | 10110101 | 1110001 | 10011111 | 0 | 100110 | 1100 | 11101 | 100111111 | 11111 | 111010 |
Color Harmonies of #B5719F
Complementary color
Monochromatic Colors of #B5719F
Black with #B5719F
Text Example
Text Example
White with #B5719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5719F; }
p { color: rgb(181,113,159); }
H1.HeaderClassName
{
color: #B5719F;
}
.AnyTagClassName
{
color: #B5719F;
}
</style>
background-color css
<style>
a { background-color: #B5719F; }
a { background-color: rgb(181,113,159); }
div.DivClassName
{
background-color: #B5719F;
}
.BgClassName
{
background-color: #B5719F;
}
</style>
border-color css
<style>
span { border-color: #B5719F; }
span { border-color: rgb(181,113,159); }
td.TdClassName
{
border-color: #B5719F;
}
.TagClassName
{
border-color: #B5719F;
}
</style>