Shades of Bouquet #B1859A
Tints of Bouquet #B1859A
RGB
CMYK
RGB Variations
Color information
#B1859A (or 0xB1859A) is known color: Bouquet. HEX triplet: B1, 85 and 9A. RGB value is (177,133,154). Sum of RGB (Red+Green+Blue) = 177+133+154=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1859A is #4E7A65. Grayscale: #949494. Windows color (decimal): -5143142 or 10126769. OLE color: 10126769.
HSL color Cylindrical-coordinate representation of color #B1859A: hue angle of 331.36º 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 #B1859A is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 154 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.31 |
| HSL | 331.36º | 0.22% | 0.61% | - |
| HSV(B) | 331.36º | 0.25% | 0.69% | - |
| XYZ | 32.35 | 28.46 | 34.36 | - |
| YUV | 148.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 154 | 0 | 0.25 | 0.13 | 0.31 | 331.36 | 0.22 | 0.61 |
| Hex | B1 | 85 | 9A | 0 | 19 | D | 1F | 14B | 16 | 3D |
| Octal | 261 | 205 | 232 | 0 | 31 | 15 | 37 | 513 | 26 | 75 |
| Binary | 10110001 | 10000101 | 10011010 | 0 | 11001 | 1101 | 11111 | 101001011 | 10110 | 111101 |
Color Harmonies of #B1859A
Complementary color
Monochromatic Colors of #B1859A
Black with #B1859A
Text Example
Text Example
White with #B1859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1859A; }
p { color: rgb(177,133,154); }
H1.HeaderClassName
{
color: #B1859A;
}
.AnyTagClassName
{
color: #B1859A;
}
</style>
background-color css
<style>
a { background-color: #B1859A; }
a { background-color: rgb(177,133,154); }
div.DivClassName
{
background-color: #B1859A;
}
.BgClassName
{
background-color: #B1859A;
}
</style>
border-color css
<style>
span { border-color: #B1859A; }
span { border-color: rgb(177,133,154); }
td.TdClassName
{
border-color: #B1859A;
}
.TagClassName
{
border-color: #B1859A;
}
</style>