Shades of Bouquet #B78AA1
Tints of Bouquet #B78AA1
RGB
CMYK
RGB Variations
Color information
#B78AA1 (or 0xB78AA1) is known color: Bouquet. HEX triplet: B7, 8A and A1. RGB value is (183,138,161). Sum of RGB (Red+Green+Blue) = 183+138+161=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B78AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78AA1 is #48755E. Grayscale: #9A9A9A. Windows color (decimal): -4748639 or 10586807. OLE color: 10586807.
HSL color Cylindrical-coordinate representation of color #B78AA1: hue angle of 329.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78AA1 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 161 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.28 |
| HSL | 329.33º | 0.24% | 0.63% | - |
| HSV(B) | 329.33º | 0.25% | 0.72% | - |
| XYZ | 35.05 | 30.82 | 37.82 | - |
| YUV | 154.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 161 | 0 | 0.25 | 0.12 | 0.28 | 329.33 | 0.24 | 0.63 |
| Hex | B7 | 8A | A1 | 0 | 19 | C | 1C | 149 | 18 | 3F |
| Octal | 267 | 212 | 241 | 0 | 31 | 14 | 34 | 511 | 30 | 77 |
| Binary | 10110111 | 10001010 | 10100001 | 0 | 11001 | 1100 | 11100 | 101001001 | 11000 | 111111 |
Color Harmonies of #B78AA1
Complementary color
Monochromatic Colors of #B78AA1
Black with #B78AA1
Text Example
Text Example
White with #B78AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78AA1; }
p { color: rgb(183,138,161); }
H1.HeaderClassName
{
color: #B78AA1;
}
.AnyTagClassName
{
color: #B78AA1;
}
</style>
background-color css
<style>
a { background-color: #B78AA1; }
a { background-color: rgb(183,138,161); }
div.DivClassName
{
background-color: #B78AA1;
}
.BgClassName
{
background-color: #B78AA1;
}
</style>
border-color css
<style>
span { border-color: #B78AA1; }
span { border-color: rgb(183,138,161); }
td.TdClassName
{
border-color: #B78AA1;
}
.TagClassName
{
border-color: #B78AA1;
}
</style>