Shades of Bouquet #B1859E
Tints of Bouquet #B1859E
RGB
CMYK
RGB Variations
Color information
#B1859E (or 0xB1859E) is known color: Bouquet. HEX triplet: B1, 85 and 9E. RGB value is (177,133,158). Sum of RGB (Red+Green+Blue) = 177+133+158=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1859E is #4E7A61. Grayscale: #949494. Windows color (decimal): -5143138 or 10388913. OLE color: 10388913.
HSL color Cylindrical-coordinate representation of color #B1859E: hue angle of 325.91º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1859E is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 158 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.31 |
| HSL | 325.91º | 0.22% | 0.61% | - |
| HSV(B) | 325.91º | 0.25% | 0.69% | - |
| XYZ | 32.69 | 28.59 | 36.14 | - |
| YUV | 149.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 158 | 0 | 0.25 | 0.11 | 0.31 | 325.91 | 0.22 | 0.61 |
| Hex | B1 | 85 | 9E | 0 | 19 | B | 1F | 146 | 16 | 3D |
| Octal | 261 | 205 | 236 | 0 | 31 | 13 | 37 | 506 | 26 | 75 |
| Binary | 10110001 | 10000101 | 10011110 | 0 | 11001 | 1011 | 11111 | 101000110 | 10110 | 111101 |
Color Harmonies of #B1859E
Complementary color
Monochromatic Colors of #B1859E
Black with #B1859E
Text Example
Text Example
White with #B1859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1859E; }
p { color: rgb(177,133,158); }
H1.HeaderClassName
{
color: #B1859E;
}
.AnyTagClassName
{
color: #B1859E;
}
</style>
background-color css
<style>
a { background-color: #B1859E; }
a { background-color: rgb(177,133,158); }
div.DivClassName
{
background-color: #B1859E;
}
.BgClassName
{
background-color: #B1859E;
}
</style>
border-color css
<style>
span { border-color: #B1859E; }
span { border-color: rgb(177,133,158); }
td.TdClassName
{
border-color: #B1859E;
}
.TagClassName
{
border-color: #B1859E;
}
</style>