Shades of Bouquet #B7719D
Tints of Bouquet #B7719D
RGB
CMYK
RGB Variations
Color information
#B7719D (or 0xB7719D) is known color: Bouquet. HEX triplet: B7, 71 and 9D. RGB value is (183,113,157). Sum of RGB (Red+Green+Blue) = 183+113+157=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7719D is #488E62. Grayscale: #8A8A8A. Windows color (decimal): -4755043 or 10318263. OLE color: 10318263.
HSL color Cylindrical-coordinate representation of color #B7719D: hue angle of 322.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7719D is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 157 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.28 |
| HSL | 322.29º | 0.33% | 0.58% | - |
| HSV(B) | 322.29º | 0.38% | 0.72% | - |
| XYZ | 31.52 | 24.31 | 34.93 | - |
| YUV | 138.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 157 | 0 | 0.38 | 0.14 | 0.28 | 322.29 | 0.33 | 0.58 |
| Hex | B7 | 71 | 9D | 0 | 26 | E | 1C | 142 | 21 | 3A |
| Octal | 267 | 161 | 235 | 0 | 46 | 16 | 34 | 502 | 41 | 72 |
| Binary | 10110111 | 1110001 | 10011101 | 0 | 100110 | 1110 | 11100 | 101000010 | 100001 | 111010 |
Color Harmonies of #B7719D
Complementary color
Monochromatic Colors of #B7719D
Black with #B7719D
Text Example
Text Example
White with #B7719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7719D; }
p { color: rgb(183,113,157); }
H1.HeaderClassName
{
color: #B7719D;
}
.AnyTagClassName
{
color: #B7719D;
}
</style>
background-color css
<style>
a { background-color: #B7719D; }
a { background-color: rgb(183,113,157); }
div.DivClassName
{
background-color: #B7719D;
}
.BgClassName
{
background-color: #B7719D;
}
</style>
border-color css
<style>
span { border-color: #B7719D; }
span { border-color: rgb(183,113,157); }
td.TdClassName
{
border-color: #B7719D;
}
.TagClassName
{
border-color: #B7719D;
}
</style>