Shades of Bouquet #B9719B
Tints of Bouquet #B9719B
RGB
CMYK
RGB Variations
Color information
#B9719B (or 0xB9719B) is known color: Bouquet. HEX triplet: B9, 71 and 9B. RGB value is (185,113,155). Sum of RGB (Red+Green+Blue) = 185+113+155=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9719B is #468E64. Grayscale: #8B8B8B. Windows color (decimal): -4623973 or 10187193. OLE color: 10187193.
HSL color Cylindrical-coordinate representation of color #B9719B: hue angle of 325º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9719B is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 155 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.27 |
| HSL | 325º | 0.34% | 0.58% | - |
| HSV(B) | 325º | 0.39% | 0.73% | - |
| XYZ | 31.83 | 24.49 | 34.06 | - |
| YUV | 139.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 155 | 0 | 0.39 | 0.16 | 0.27 | 325 | 0.34 | 0.58 |
| Hex | B9 | 71 | 9B | 0 | 27 | 10 | 1B | 145 | 22 | 3A |
| Octal | 271 | 161 | 233 | 0 | 47 | 20 | 33 | 505 | 42 | 72 |
| Binary | 10111001 | 1110001 | 10011011 | 0 | 100111 | 10000 | 11011 | 101000101 | 100010 | 111010 |
Color Harmonies of #B9719B
Complementary color
Monochromatic Colors of #B9719B
Black with #B9719B
Text Example
Text Example
White with #B9719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9719B; }
p { color: rgb(185,113,155); }
H1.HeaderClassName
{
color: #B9719B;
}
.AnyTagClassName
{
color: #B9719B;
}
</style>
background-color css
<style>
a { background-color: #B9719B; }
a { background-color: rgb(185,113,155); }
div.DivClassName
{
background-color: #B9719B;
}
.BgClassName
{
background-color: #B9719B;
}
</style>
border-color css
<style>
span { border-color: #B9719B; }
span { border-color: rgb(185,113,155); }
td.TdClassName
{
border-color: #B9719B;
}
.TagClassName
{
border-color: #B9719B;
}
</style>