Shades of Bouquet #B7709D
Tints of Bouquet #B7709D
RGB
CMYK
RGB Variations
Color information
#B7709D (or 0xB7709D) is known color: Bouquet. HEX triplet: B7, 70 and 9D. RGB value is (183,112,157). Sum of RGB (Red+Green+Blue) = 183+112+157=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7709D is #488F62. Grayscale: #8A8A8A. Windows color (decimal): -4755299 or 10318007. OLE color: 10318007.
HSL color Cylindrical-coordinate representation of color #B7709D: hue angle of 321.97º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7709D is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 157 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.28 |
| HSL | 321.97º | 0.33% | 0.58% | - |
| HSV(B) | 321.97º | 0.39% | 0.72% | - |
| XYZ | 31.41 | 24.09 | 34.89 | - |
| YUV | 138.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 157 | 0 | 0.39 | 0.14 | 0.28 | 321.97 | 0.33 | 0.58 |
| Hex | B7 | 70 | 9D | 0 | 27 | E | 1C | 142 | 21 | 3A |
| Octal | 267 | 160 | 235 | 0 | 47 | 16 | 34 | 502 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10011101 | 0 | 100111 | 1110 | 11100 | 101000010 | 100001 | 111010 |
Color Harmonies of #B7709D
Complementary color
Monochromatic Colors of #B7709D
Black with #B7709D
Text Example
Text Example
White with #B7709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7709D; }
p { color: rgb(183,112,157); }
H1.HeaderClassName
{
color: #B7709D;
}
.AnyTagClassName
{
color: #B7709D;
}
</style>
background-color css
<style>
a { background-color: #B7709D; }
a { background-color: rgb(183,112,157); }
div.DivClassName
{
background-color: #B7709D;
}
.BgClassName
{
background-color: #B7709D;
}
</style>
border-color css
<style>
span { border-color: #B7709D; }
span { border-color: rgb(183,112,157); }
td.TdClassName
{
border-color: #B7709D;
}
.TagClassName
{
border-color: #B7709D;
}
</style>