Shades of Bouquet #B18FA5
Tints of Bouquet #B18FA5
RGB
CMYK
RGB Variations
Color information
#B18FA5 (or 0xB18FA5) is known color: Bouquet. HEX triplet: B1, 8F and A5. RGB value is (177,143,165). Sum of RGB (Red+Green+Blue) = 177+143+165=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FA5 is #4E705A. Grayscale: #9B9B9B. Windows color (decimal): -5140571 or 10850225. OLE color: 10850225.
HSL color Cylindrical-coordinate representation of color #B18FA5: hue angle of 321.18º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B18FA5 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 165 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.31 |
| HSL | 321.18º | 0.18% | 0.63% | - |
| HSV(B) | 321.18º | 0.19% | 0.69% | - |
| XYZ | 34.75 | 31.71 | 39.89 | - |
| YUV | 155.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 165 | 0 | 0.19 | 0.07 | 0.31 | 321.18 | 0.18 | 0.63 |
| Hex | B1 | 8F | A5 | 0 | 13 | 7 | 1F | 141 | 12 | 3F |
| Octal | 261 | 217 | 245 | 0 | 23 | 7 | 37 | 501 | 22 | 77 |
| Binary | 10110001 | 10001111 | 10100101 | 0 | 10011 | 111 | 11111 | 101000001 | 10010 | 111111 |
Color Harmonies of #B18FA5
Complementary color
Monochromatic Colors of #B18FA5
Black with #B18FA5
Text Example
Text Example
White with #B18FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FA5; }
p { color: rgb(177,143,165); }
H1.HeaderClassName
{
color: #B18FA5;
}
.AnyTagClassName
{
color: #B18FA5;
}
</style>
background-color css
<style>
a { background-color: #B18FA5; }
a { background-color: rgb(177,143,165); }
div.DivClassName
{
background-color: #B18FA5;
}
.BgClassName
{
background-color: #B18FA5;
}
</style>
border-color css
<style>
span { border-color: #B18FA5; }
span { border-color: rgb(177,143,165); }
td.TdClassName
{
border-color: #B18FA5;
}
.TagClassName
{
border-color: #B18FA5;
}
</style>