Shades of Bouquet #B184A3
Tints of Bouquet #B184A3
RGB
CMYK
RGB Variations
Color information
#B184A3 (or 0xB184A3) is known color: Bouquet. HEX triplet: B1, 84 and A3. RGB value is (177,132,163). Sum of RGB (Red+Green+Blue) = 177+132+163=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B184A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B184A3 is #4E7B5C. Grayscale: #949494. Windows color (decimal): -5143389 or 10716337. OLE color: 10716337.
HSL color Cylindrical-coordinate representation of color #B184A3: hue angle of 318.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 #B184A3 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 163 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.31 |
| HSL | 318.67º | 0.22% | 0.61% | - |
| HSV(B) | 318.67º | 0.25% | 0.69% | - |
| XYZ | 32.99 | 28.49 | 38.41 | - |
| YUV | 148.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 163 | 0 | 0.25 | 0.08 | 0.31 | 318.67 | 0.22 | 0.61 |
| Hex | B1 | 84 | A3 | 0 | 19 | 8 | 1F | 13F | 16 | 3D |
| Octal | 261 | 204 | 243 | 0 | 31 | 10 | 37 | 477 | 26 | 75 |
| Binary | 10110001 | 10000100 | 10100011 | 0 | 11001 | 1000 | 11111 | 100111111 | 10110 | 111101 |
Color Harmonies of #B184A3
Complementary color
Monochromatic Colors of #B184A3
Black with #B184A3
Text Example
Text Example
White with #B184A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B184A3; }
p { color: rgb(177,132,163); }
H1.HeaderClassName
{
color: #B184A3;
}
.AnyTagClassName
{
color: #B184A3;
}
</style>
background-color css
<style>
a { background-color: #B184A3; }
a { background-color: rgb(177,132,163); }
div.DivClassName
{
background-color: #B184A3;
}
.BgClassName
{
background-color: #B184A3;
}
</style>
border-color css
<style>
span { border-color: #B184A3; }
span { border-color: rgb(177,132,163); }
td.TdClassName
{
border-color: #B184A3;
}
.TagClassName
{
border-color: #B184A3;
}
</style>