Shades of Bouquet #B7859E
Tints of Bouquet #B7859E
RGB
CMYK
RGB Variations
Color information
#B7859E (or 0xB7859E) is known color: Bouquet. HEX triplet: B7, 85 and 9E. RGB value is (183,133,158). Sum of RGB (Red+Green+Blue) = 183+133+158=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B7859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7859E is #487A61. Grayscale: #969696. Windows color (decimal): -4749922 or 10388919. OLE color: 10388919.
HSL color Cylindrical-coordinate representation of color #B7859E: hue angle of 330º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7859E is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 158 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.28 |
| HSL | 330º | 0.26% | 0.62% | - |
| HSV(B) | 330º | 0.27% | 0.72% | - |
| XYZ | 34.09 | 29.31 | 36.21 | - |
| YUV | 150.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 158 | 0 | 0.27 | 0.14 | 0.28 | 330 | 0.26 | 0.62 |
| Hex | B7 | 85 | 9E | 0 | 1B | E | 1C | 14A | 1A | 3E |
| Octal | 267 | 205 | 236 | 0 | 33 | 16 | 34 | 512 | 32 | 76 |
| Binary | 10110111 | 10000101 | 10011110 | 0 | 11011 | 1110 | 11100 | 101001010 | 11010 | 111110 |
Color Harmonies of #B7859E
Complementary color
Monochromatic Colors of #B7859E
Black with #B7859E
Text Example
Text Example
White with #B7859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7859E; }
p { color: rgb(183,133,158); }
H1.HeaderClassName
{
color: #B7859E;
}
.AnyTagClassName
{
color: #B7859E;
}
</style>
background-color css
<style>
a { background-color: #B7859E; }
a { background-color: rgb(183,133,158); }
div.DivClassName
{
background-color: #B7859E;
}
.BgClassName
{
background-color: #B7859E;
}
</style>
border-color css
<style>
span { border-color: #B7859E; }
span { border-color: rgb(183,133,158); }
td.TdClassName
{
border-color: #B7859E;
}
.TagClassName
{
border-color: #B7859E;
}
</style>