Shades of Bouquet #B38BA1
Tints of Bouquet #B38BA1
RGB
CMYK
RGB Variations
Color information
#B38BA1 (or 0xB38BA1) is known color: Bouquet. HEX triplet: B3, 8B and A1. RGB value is (179,139,161). Sum of RGB (Red+Green+Blue) = 179+139+161=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BA1 is #4C745E. Grayscale: #999999. Windows color (decimal): -5010527 or 10587059. OLE color: 10587059.
HSL color Cylindrical-coordinate representation of color #B38BA1: hue angle of 327º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38BA1 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 161 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.30 |
| HSL | 327º | 0.21% | 0.62% | - |
| HSV(B) | 327º | 0.22% | 0.7% | - |
| XYZ | 34.26 | 30.62 | 37.82 | - |
| YUV | 153.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 161 | 0 | 0.22 | 0.10 | 0.30 | 327 | 0.21 | 0.62 |
| Hex | B3 | 8B | A1 | 0 | 16 | A | 1E | 147 | 15 | 3E |
| Octal | 263 | 213 | 241 | 0 | 26 | 12 | 36 | 507 | 25 | 76 |
| Binary | 10110011 | 10001011 | 10100001 | 0 | 10110 | 1010 | 11110 | 101000111 | 10101 | 111110 |
Color Harmonies of #B38BA1
Complementary color
Monochromatic Colors of #B38BA1
Black with #B38BA1
Text Example
Text Example
White with #B38BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BA1; }
p { color: rgb(179,139,161); }
H1.HeaderClassName
{
color: #B38BA1;
}
.AnyTagClassName
{
color: #B38BA1;
}
</style>
background-color css
<style>
a { background-color: #B38BA1; }
a { background-color: rgb(179,139,161); }
div.DivClassName
{
background-color: #B38BA1;
}
.BgClassName
{
background-color: #B38BA1;
}
</style>
border-color css
<style>
span { border-color: #B38BA1; }
span { border-color: rgb(179,139,161); }
td.TdClassName
{
border-color: #B38BA1;
}
.TagClassName
{
border-color: #B38BA1;
}
</style>