Shades of Bouquet #B38BA6
Tints of Bouquet #B38BA6
RGB
CMYK
RGB Variations
Color information
#B38BA6 (or 0xB38BA6) is known color: Bouquet. HEX triplet: B3, 8B and A6. RGB value is (179,139,166). Sum of RGB (Red+Green+Blue) = 179+139+166=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BA6 is #4C7459. Grayscale: #999999. Windows color (decimal): -5010522 or 10914739. OLE color: 10914739.
HSL color Cylindrical-coordinate representation of color #B38BA6: hue angle of 319.5º 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 #B38BA6 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 166 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.30 |
| HSL | 319.5º | 0.21% | 0.62% | - |
| HSV(B) | 319.5º | 0.22% | 0.7% | - |
| XYZ | 34.71 | 30.8 | 40.19 | - |
| YUV | 154.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 166 | 0 | 0.22 | 0.07 | 0.30 | 319.5 | 0.21 | 0.62 |
| Hex | B3 | 8B | A6 | 0 | 16 | 7 | 1E | 140 | 15 | 3E |
| Octal | 263 | 213 | 246 | 0 | 26 | 7 | 36 | 500 | 25 | 76 |
| Binary | 10110011 | 10001011 | 10100110 | 0 | 10110 | 111 | 11110 | 101000000 | 10101 | 111110 |
Color Harmonies of #B38BA6
Complementary color
Monochromatic Colors of #B38BA6
Black with #B38BA6
Text Example
Text Example
White with #B38BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BA6; }
p { color: rgb(179,139,166); }
H1.HeaderClassName
{
color: #B38BA6;
}
.AnyTagClassName
{
color: #B38BA6;
}
</style>
background-color css
<style>
a { background-color: #B38BA6; }
a { background-color: rgb(179,139,166); }
div.DivClassName
{
background-color: #B38BA6;
}
.BgClassName
{
background-color: #B38BA6;
}
</style>
border-color css
<style>
span { border-color: #B38BA6; }
span { border-color: rgb(179,139,166); }
td.TdClassName
{
border-color: #B38BA6;
}
.TagClassName
{
border-color: #B38BA6;
}
</style>