Shades of Bouquet #B184A6
Tints of Bouquet #B184A6
RGB
CMYK
RGB Variations
Color information
#B184A6 (or 0xB184A6) is known color: Bouquet. HEX triplet: B1, 84 and A6. RGB value is (177,132,166). Sum of RGB (Red+Green+Blue) = 177+132+166=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B184A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B184A6 is #4E7B59. Grayscale: #959595. Windows color (decimal): -5143386 or 10912945. OLE color: 10912945.
HSL color Cylindrical-coordinate representation of color #B184A6: hue angle of 314.67º 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 #B184A6 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 166 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.31 |
| HSL | 314.67º | 0.22% | 0.61% | - |
| HSV(B) | 314.67º | 0.25% | 0.69% | - |
| XYZ | 33.27 | 28.6 | 39.84 | - |
| YUV | 149.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 166 | 0 | 0.25 | 0.06 | 0.31 | 314.67 | 0.22 | 0.61 |
| Hex | B1 | 84 | A6 | 0 | 19 | 6 | 1F | 13B | 16 | 3D |
| Octal | 261 | 204 | 246 | 0 | 31 | 6 | 37 | 473 | 26 | 75 |
| Binary | 10110001 | 10000100 | 10100110 | 0 | 11001 | 110 | 11111 | 100111011 | 10110 | 111101 |
Color Harmonies of #B184A6
Complementary color
Monochromatic Colors of #B184A6
Black with #B184A6
Text Example
Text Example
White with #B184A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B184A6; }
p { color: rgb(177,132,166); }
H1.HeaderClassName
{
color: #B184A6;
}
.AnyTagClassName
{
color: #B184A6;
}
</style>
background-color css
<style>
a { background-color: #B184A6; }
a { background-color: rgb(177,132,166); }
div.DivClassName
{
background-color: #B184A6;
}
.BgClassName
{
background-color: #B184A6;
}
</style>
border-color css
<style>
span { border-color: #B184A6; }
span { border-color: rgb(177,132,166); }
td.TdClassName
{
border-color: #B184A6;
}
.TagClassName
{
border-color: #B184A6;
}
</style>