Shades of Bouquet #B48BA6
Tints of Bouquet #B48BA6
RGB
CMYK
RGB Variations
Color information
#B48BA6 (or 0xB48BA6) is known color: Bouquet. HEX triplet: B4, 8B and A6. RGB value is (180,139,166). Sum of RGB (Red+Green+Blue) = 180+139+166=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BA6 is #4B7459. Grayscale: #9A9A9A. Windows color (decimal): -4944986 or 10914740. OLE color: 10914740.
HSL color Cylindrical-coordinate representation of color #B48BA6: hue angle of 320.49º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48BA6 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 139 | 166 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.29 |
| HSL | 320.49º | 0.21% | 0.63% | - |
| HSV(B) | 320.49º | 0.23% | 0.71% | - |
| XYZ | 34.94 | 30.92 | 40.2 | - |
| YUV | 154.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 166 | 0 | 0.23 | 0.08 | 0.29 | 320.49 | 0.21 | 0.63 |
| Hex | B4 | 8B | A6 | 0 | 17 | 8 | 1D | 140 | 15 | 3F |
| Octal | 264 | 213 | 246 | 0 | 27 | 10 | 35 | 500 | 25 | 77 |
| Binary | 10110100 | 10001011 | 10100110 | 0 | 10111 | 1000 | 11101 | 101000000 | 10101 | 111111 |
Color Harmonies of #B48BA6
Complementary color
Monochromatic Colors of #B48BA6
Black with #B48BA6
Text Example
Text Example
White with #B48BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48BA6; }
p { color: rgb(180,139,166); }
H1.HeaderClassName
{
color: #B48BA6;
}
.AnyTagClassName
{
color: #B48BA6;
}
</style>
background-color css
<style>
a { background-color: #B48BA6; }
a { background-color: rgb(180,139,166); }
div.DivClassName
{
background-color: #B48BA6;
}
.BgClassName
{
background-color: #B48BA6;
}
</style>
border-color css
<style>
span { border-color: #B48BA6; }
span { border-color: rgb(180,139,166); }
td.TdClassName
{
border-color: #B48BA6;
}
.TagClassName
{
border-color: #B48BA6;
}
</style>