Shades of Bouquet #B7859D
Tints of Bouquet #B7859D
RGB
CMYK
RGB Variations
Color information
#B7859D (or 0xB7859D) is known color: Bouquet. HEX triplet: B7, 85 and 9D. RGB value is (183,133,157). Sum of RGB (Red+Green+Blue) = 183+133+157=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B7859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7859D is #487A62. Grayscale: #969696. Windows color (decimal): -4749923 or 10323383. OLE color: 10323383.
HSL color Cylindrical-coordinate representation of color #B7859D: hue angle of 331.2º 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 #B7859D is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 157 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.28 |
| HSL | 331.2º | 0.26% | 0.62% | - |
| HSV(B) | 331.2º | 0.27% | 0.72% | - |
| XYZ | 34 | 29.28 | 35.76 | - |
| YUV | 150.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 157 | 0 | 0.27 | 0.14 | 0.28 | 331.2 | 0.26 | 0.62 |
| Hex | B7 | 85 | 9D | 0 | 1B | E | 1C | 14B | 1A | 3E |
| Octal | 267 | 205 | 235 | 0 | 33 | 16 | 34 | 513 | 32 | 76 |
| Binary | 10110111 | 10000101 | 10011101 | 0 | 11011 | 1110 | 11100 | 101001011 | 11010 | 111110 |
Color Harmonies of #B7859D
Complementary color
Monochromatic Colors of #B7859D
Black with #B7859D
Text Example
Text Example
White with #B7859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7859D; }
p { color: rgb(183,133,157); }
H1.HeaderClassName
{
color: #B7859D;
}
.AnyTagClassName
{
color: #B7859D;
}
</style>
background-color css
<style>
a { background-color: #B7859D; }
a { background-color: rgb(183,133,157); }
div.DivClassName
{
background-color: #B7859D;
}
.BgClassName
{
background-color: #B7859D;
}
</style>
border-color css
<style>
span { border-color: #B7859D; }
span { border-color: rgb(183,133,157); }
td.TdClassName
{
border-color: #B7859D;
}
.TagClassName
{
border-color: #B7859D;
}
</style>