Shades of Bouquet #B48FA1
Tints of Bouquet #B48FA1
RGB
CMYK
RGB Variations
Color information
#B48FA1 (or 0xB48FA1) is known color: Bouquet. HEX triplet: B4, 8F and A1. RGB value is (180,143,161). Sum of RGB (Red+Green+Blue) = 180+143+161=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B48FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48FA1 is #4B705E. Grayscale: #9C9C9C. Windows color (decimal): -4943967 or 10588084. OLE color: 10588084.
HSL color Cylindrical-coordinate representation of color #B48FA1: hue angle of 330.81º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B48FA1 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 161 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.29 |
| HSL | 330.81º | 0.2% | 0.63% | - |
| HSV(B) | 330.81º | 0.21% | 0.71% | - |
| XYZ | 35.08 | 31.92 | 38.03 | - |
| YUV | 156.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 161 | 0 | 0.21 | 0.11 | 0.29 | 330.81 | 0.2 | 0.63 |
| Hex | B4 | 8F | A1 | 0 | 15 | B | 1D | 14B | 14 | 3F |
| Octal | 264 | 217 | 241 | 0 | 25 | 13 | 35 | 513 | 24 | 77 |
| Binary | 10110100 | 10001111 | 10100001 | 0 | 10101 | 1011 | 11101 | 101001011 | 10100 | 111111 |
Color Harmonies of #B48FA1
Complementary color
Monochromatic Colors of #B48FA1
Black with #B48FA1
Text Example
Text Example
White with #B48FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48FA1; }
p { color: rgb(180,143,161); }
H1.HeaderClassName
{
color: #B48FA1;
}
.AnyTagClassName
{
color: #B48FA1;
}
</style>
background-color css
<style>
a { background-color: #B48FA1; }
a { background-color: rgb(180,143,161); }
div.DivClassName
{
background-color: #B48FA1;
}
.BgClassName
{
background-color: #B48FA1;
}
</style>
border-color css
<style>
span { border-color: #B48FA1; }
span { border-color: rgb(180,143,161); }
td.TdClassName
{
border-color: #B48FA1;
}
.TagClassName
{
border-color: #B48FA1;
}
</style>