Shades of Bouquet #B7879E
Tints of Bouquet #B7879E
RGB
CMYK
RGB Variations
Color information
#B7879E (or 0xB7879E) is known color: Bouquet. HEX triplet: B7, 87 and 9E. RGB value is (183,135,158). Sum of RGB (Red+Green+Blue) = 183+135+158=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B7879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7879E is #487861. Grayscale: #979797. Windows color (decimal): -4749410 or 10389431. OLE color: 10389431.
HSL color Cylindrical-coordinate representation of color #B7879E: hue angle of 331.25º 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 #B7879E is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 158 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.28 |
| HSL | 331.25º | 0.25% | 0.62% | - |
| HSV(B) | 331.25º | 0.26% | 0.72% | - |
| XYZ | 34.36 | 29.86 | 36.3 | - |
| YUV | 151.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 158 | 0 | 0.26 | 0.14 | 0.28 | 331.25 | 0.25 | 0.62 |
| Hex | B7 | 87 | 9E | 0 | 1A | E | 1C | 14B | 19 | 3E |
| Octal | 267 | 207 | 236 | 0 | 32 | 16 | 34 | 513 | 31 | 76 |
| Binary | 10110111 | 10000111 | 10011110 | 0 | 11010 | 1110 | 11100 | 101001011 | 11001 | 111110 |
Color Harmonies of #B7879E
Complementary color
Monochromatic Colors of #B7879E
Black with #B7879E
Text Example
Text Example
White with #B7879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7879E; }
p { color: rgb(183,135,158); }
H1.HeaderClassName
{
color: #B7879E;
}
.AnyTagClassName
{
color: #B7879E;
}
</style>
background-color css
<style>
a { background-color: #B7879E; }
a { background-color: rgb(183,135,158); }
div.DivClassName
{
background-color: #B7879E;
}
.BgClassName
{
background-color: #B7879E;
}
</style>
border-color css
<style>
span { border-color: #B7879E; }
span { border-color: rgb(183,135,158); }
td.TdClassName
{
border-color: #B7879E;
}
.TagClassName
{
border-color: #B7879E;
}
</style>