Shades of Bouquet #B48FA5
Tints of Bouquet #B48FA5
RGB
CMYK
RGB Variations
Color information
#B48FA5 (or 0xB48FA5) is known color: Bouquet. HEX triplet: B4, 8F and A5. RGB value is (180,143,165). Sum of RGB (Red+Green+Blue) = 180+143+165=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B48FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48FA5 is #4B705A. Grayscale: #9C9C9C. Windows color (decimal): -4943963 or 10850228. OLE color: 10850228.
HSL color Cylindrical-coordinate representation of color #B48FA5: hue angle of 324.32º 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 #B48FA5 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 165 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.29 |
| HSL | 324.32º | 0.2% | 0.63% | - |
| HSV(B) | 324.32º | 0.21% | 0.71% | - |
| XYZ | 35.44 | 32.06 | 39.92 | - |
| YUV | 156.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 165 | 0 | 0.21 | 0.08 | 0.29 | 324.32 | 0.2 | 0.63 |
| Hex | B4 | 8F | A5 | 0 | 15 | 8 | 1D | 144 | 14 | 3F |
| Octal | 264 | 217 | 245 | 0 | 25 | 10 | 35 | 504 | 24 | 77 |
| Binary | 10110100 | 10001111 | 10100101 | 0 | 10101 | 1000 | 11101 | 101000100 | 10100 | 111111 |
Color Harmonies of #B48FA5
Complementary color
Monochromatic Colors of #B48FA5
Black with #B48FA5
Text Example
Text Example
White with #B48FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48FA5; }
p { color: rgb(180,143,165); }
H1.HeaderClassName
{
color: #B48FA5;
}
.AnyTagClassName
{
color: #B48FA5;
}
</style>
background-color css
<style>
a { background-color: #B48FA5; }
a { background-color: rgb(180,143,165); }
div.DivClassName
{
background-color: #B48FA5;
}
.BgClassName
{
background-color: #B48FA5;
}
</style>
border-color css
<style>
span { border-color: #B48FA5; }
span { border-color: rgb(180,143,165); }
td.TdClassName
{
border-color: #B48FA5;
}
.TagClassName
{
border-color: #B48FA5;
}
</style>