Shades of Bouquet #B191A4
Tints of Bouquet #B191A4
RGB
CMYK
RGB Variations
Color information
#B191A4 (or 0xB191A4) is known color: Bouquet. HEX triplet: B1, 91 and A4. RGB value is (177,145,164). Sum of RGB (Red+Green+Blue) = 177+145+164=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B191A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B191A4 is #4E6E5B. Grayscale: #9C9C9C. Windows color (decimal): -5140060 or 10785201. OLE color: 10785201.
HSL color Cylindrical-coordinate representation of color #B191A4: hue angle of 324.38º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B191A4 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 164 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.31 |
| HSL | 324.38º | 0.17% | 0.63% | - |
| HSV(B) | 324.38º | 0.18% | 0.69% | - |
| XYZ | 34.96 | 32.28 | 39.51 | - |
| YUV | 156.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 164 | 0 | 0.18 | 0.07 | 0.31 | 324.38 | 0.17 | 0.63 |
| Hex | B1 | 91 | A4 | 0 | 12 | 7 | 1F | 144 | 11 | 3F |
| Octal | 261 | 221 | 244 | 0 | 22 | 7 | 37 | 504 | 21 | 77 |
| Binary | 10110001 | 10010001 | 10100100 | 0 | 10010 | 111 | 11111 | 101000100 | 10001 | 111111 |
Color Harmonies of #B191A4
Complementary color
Monochromatic Colors of #B191A4
Black with #B191A4
Text Example
Text Example
White with #B191A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191A4; }
p { color: rgb(177,145,164); }
H1.HeaderClassName
{
color: #B191A4;
}
.AnyTagClassName
{
color: #B191A4;
}
</style>
background-color css
<style>
a { background-color: #B191A4; }
a { background-color: rgb(177,145,164); }
div.DivClassName
{
background-color: #B191A4;
}
.BgClassName
{
background-color: #B191A4;
}
</style>
border-color css
<style>
span { border-color: #B191A4; }
span { border-color: rgb(177,145,164); }
td.TdClassName
{
border-color: #B191A4;
}
.TagClassName
{
border-color: #B191A4;
}
</style>