Shades of Bouquet #B78BA1
Tints of Bouquet #B78BA1
RGB
CMYK
RGB Variations
Color information
#B78BA1 (or 0xB78BA1) is known color: Bouquet. HEX triplet: B7, 8B and A1. RGB value is (183,139,161). Sum of RGB (Red+Green+Blue) = 183+139+161=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B78BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78BA1 is #48745E. Grayscale: #9A9A9A. Windows color (decimal): -4748383 or 10587063. OLE color: 10587063.
HSL color Cylindrical-coordinate representation of color #B78BA1: hue angle of 330º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B78BA1 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 161 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.28 |
| HSL | 330º | 0.23% | 0.63% | - |
| HSV(B) | 330º | 0.24% | 0.72% | - |
| XYZ | 35.19 | 31.11 | 37.87 | - |
| YUV | 154.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 161 | 0 | 0.24 | 0.12 | 0.28 | 330 | 0.23 | 0.63 |
| Hex | B7 | 8B | A1 | 0 | 18 | C | 1C | 14A | 17 | 3F |
| Octal | 267 | 213 | 241 | 0 | 30 | 14 | 34 | 512 | 27 | 77 |
| Binary | 10110111 | 10001011 | 10100001 | 0 | 11000 | 1100 | 11100 | 101001010 | 10111 | 111111 |
Color Harmonies of #B78BA1
Complementary color
Monochromatic Colors of #B78BA1
Black with #B78BA1
Text Example
Text Example
White with #B78BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BA1; }
p { color: rgb(183,139,161); }
H1.HeaderClassName
{
color: #B78BA1;
}
.AnyTagClassName
{
color: #B78BA1;
}
</style>
background-color css
<style>
a { background-color: #B78BA1; }
a { background-color: rgb(183,139,161); }
div.DivClassName
{
background-color: #B78BA1;
}
.BgClassName
{
background-color: #B78BA1;
}
</style>
border-color css
<style>
span { border-color: #B78BA1; }
span { border-color: rgb(183,139,161); }
td.TdClassName
{
border-color: #B78BA1;
}
.TagClassName
{
border-color: #B78BA1;
}
</style>