Shades of Bouquet #B181A5
Tints of Bouquet #B181A5
RGB
CMYK
RGB Variations
Color information
#B181A5 (or 0xB181A5) is known color: Bouquet. HEX triplet: B1, 81 and A5. RGB value is (177,129,165). Sum of RGB (Red+Green+Blue) = 177+129+165=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B181A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B181A5 is #4E7E5A. Grayscale: #939393. Windows color (decimal): -5144155 or 10846641. OLE color: 10846641.
HSL color Cylindrical-coordinate representation of color #B181A5: hue angle of 315º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B181A5 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 165 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.31 |
| HSL | 315º | 0.24% | 0.6% | - |
| HSV(B) | 315º | 0.27% | 0.69% | - |
| XYZ | 32.77 | 27.76 | 39.23 | - |
| YUV | 147.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 165 | 0 | 0.27 | 0.07 | 0.31 | 315 | 0.24 | 0.6 |
| Hex | B1 | 81 | A5 | 0 | 1B | 7 | 1F | 13B | 18 | 3C |
| Octal | 261 | 201 | 245 | 0 | 33 | 7 | 37 | 473 | 30 | 74 |
| Binary | 10110001 | 10000001 | 10100101 | 0 | 11011 | 111 | 11111 | 100111011 | 11000 | 111100 |
Color Harmonies of #B181A5
Complementary color
Monochromatic Colors of #B181A5
Black with #B181A5
Text Example
Text Example
White with #B181A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B181A5; }
p { color: rgb(177,129,165); }
H1.HeaderClassName
{
color: #B181A5;
}
.AnyTagClassName
{
color: #B181A5;
}
</style>
background-color css
<style>
a { background-color: #B181A5; }
a { background-color: rgb(177,129,165); }
div.DivClassName
{
background-color: #B181A5;
}
.BgClassName
{
background-color: #B181A5;
}
</style>
border-color css
<style>
span { border-color: #B181A5; }
span { border-color: rgb(177,129,165); }
td.TdClassName
{
border-color: #B181A5;
}
.TagClassName
{
border-color: #B181A5;
}
</style>