Shades of Bouquet #B184A1
Tints of Bouquet #B184A1
RGB
CMYK
RGB Variations
Color information
#B184A1 (or 0xB184A1) is known color: Bouquet. HEX triplet: B1, 84 and A1. RGB value is (177,132,161). Sum of RGB (Red+Green+Blue) = 177+132+161=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B184A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B184A1 is #4E7B5E. Grayscale: #949494. Windows color (decimal): -5143391 or 10585265. OLE color: 10585265.
HSL color Cylindrical-coordinate representation of color #B184A1: hue angle of 321.33º 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 #B184A1 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 161 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.31 |
| HSL | 321.33º | 0.22% | 0.61% | - |
| HSV(B) | 321.33º | 0.25% | 0.69% | - |
| XYZ | 32.82 | 28.42 | 37.47 | - |
| YUV | 148.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 161 | 0 | 0.25 | 0.09 | 0.31 | 321.33 | 0.22 | 0.61 |
| Hex | B1 | 84 | A1 | 0 | 19 | 9 | 1F | 141 | 16 | 3D |
| Octal | 261 | 204 | 241 | 0 | 31 | 11 | 37 | 501 | 26 | 75 |
| Binary | 10110001 | 10000100 | 10100001 | 0 | 11001 | 1001 | 11111 | 101000001 | 10110 | 111101 |
Color Harmonies of #B184A1
Complementary color
Monochromatic Colors of #B184A1
Black with #B184A1
Text Example
Text Example
White with #B184A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B184A1; }
p { color: rgb(177,132,161); }
H1.HeaderClassName
{
color: #B184A1;
}
.AnyTagClassName
{
color: #B184A1;
}
</style>
background-color css
<style>
a { background-color: #B184A1; }
a { background-color: rgb(177,132,161); }
div.DivClassName
{
background-color: #B184A1;
}
.BgClassName
{
background-color: #B184A1;
}
</style>
border-color css
<style>
span { border-color: #B184A1; }
span { border-color: rgb(177,132,161); }
td.TdClassName
{
border-color: #B184A1;
}
.TagClassName
{
border-color: #B184A1;
}
</style>