Shades of Bouquet #B491A4
Tints of Bouquet #B491A4
RGB
CMYK
RGB Variations
Color information
#B491A4 (or 0xB491A4) is known color: Bouquet. HEX triplet: B4, 91 and A4. RGB value is (180,145,164). Sum of RGB (Red+Green+Blue) = 180+145+164=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B491A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B491A4 is #4B6E5B. Grayscale: #9D9D9D. Windows color (decimal): -4943452 or 10785204. OLE color: 10785204.
HSL color Cylindrical-coordinate representation of color #B491A4: hue angle of 327.43º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B491A4 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 164 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.29 |
| HSL | 327.43º | 0.19% | 0.64% | - |
| HSV(B) | 327.43º | 0.19% | 0.71% | - |
| XYZ | 35.65 | 32.63 | 39.54 | - |
| YUV | 157.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 164 | 0 | 0.19 | 0.09 | 0.29 | 327.43 | 0.19 | 0.64 |
| Hex | B4 | 91 | A4 | 0 | 13 | 9 | 1D | 147 | 13 | 40 |
| Octal | 264 | 221 | 244 | 0 | 23 | 11 | 35 | 507 | 23 | 100 |
| Binary | 10110100 | 10010001 | 10100100 | 0 | 10011 | 1001 | 11101 | 101000111 | 10011 | 1000000 |
Color Harmonies of #B491A4
Complementary color
Monochromatic Colors of #B491A4
Black with #B491A4
Text Example
Text Example
White with #B491A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491A4; }
p { color: rgb(180,145,164); }
H1.HeaderClassName
{
color: #B491A4;
}
.AnyTagClassName
{
color: #B491A4;
}
</style>
background-color css
<style>
a { background-color: #B491A4; }
a { background-color: rgb(180,145,164); }
div.DivClassName
{
background-color: #B491A4;
}
.BgClassName
{
background-color: #B491A4;
}
</style>
border-color css
<style>
span { border-color: #B491A4; }
span { border-color: rgb(180,145,164); }
td.TdClassName
{
border-color: #B491A4;
}
.TagClassName
{
border-color: #B491A4;
}
</style>