Shades of Bouquet #B7879F
Tints of Bouquet #B7879F
RGB
CMYK
RGB Variations
Color information
#B7879F (or 0xB7879F) is known color: Bouquet. HEX triplet: B7, 87 and 9F. RGB value is (183,135,159). Sum of RGB (Red+Green+Blue) = 183+135+159=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7879F is #487860. Grayscale: #989898. Windows color (decimal): -4749409 or 10454967. OLE color: 10454967.
HSL color Cylindrical-coordinate representation of color #B7879F: hue angle of 330º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7879F is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 159 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.28 |
| HSL | 330º | 0.25% | 0.62% | - |
| HSV(B) | 330º | 0.26% | 0.72% | - |
| XYZ | 34.45 | 29.9 | 36.76 | - |
| YUV | 152.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 159 | 0 | 0.26 | 0.13 | 0.28 | 330 | 0.25 | 0.62 |
| Hex | B7 | 87 | 9F | 0 | 1A | D | 1C | 14A | 19 | 3E |
| Octal | 267 | 207 | 237 | 0 | 32 | 15 | 34 | 512 | 31 | 76 |
| Binary | 10110111 | 10000111 | 10011111 | 0 | 11010 | 1101 | 11100 | 101001010 | 11001 | 111110 |
Color Harmonies of #B7879F
Complementary color
Monochromatic Colors of #B7879F
Black with #B7879F
Text Example
Text Example
White with #B7879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7879F; }
p { color: rgb(183,135,159); }
H1.HeaderClassName
{
color: #B7879F;
}
.AnyTagClassName
{
color: #B7879F;
}
</style>
background-color css
<style>
a { background-color: #B7879F; }
a { background-color: rgb(183,135,159); }
div.DivClassName
{
background-color: #B7879F;
}
.BgClassName
{
background-color: #B7879F;
}
</style>
border-color css
<style>
span { border-color: #B7879F; }
span { border-color: rgb(183,135,159); }
td.TdClassName
{
border-color: #B7879F;
}
.TagClassName
{
border-color: #B7879F;
}
</style>