Shades of Bouquet #B38FA6
Tints of Bouquet #B38FA6
RGB
CMYK
RGB Variations
Color information
#B38FA6 (or 0xB38FA6) is known color: Bouquet. HEX triplet: B3, 8F and A6. RGB value is (179,143,166). Sum of RGB (Red+Green+Blue) = 179+143+166=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B38FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38FA6 is #4C7059. Grayscale: #9C9C9C. Windows color (decimal): -5009498 or 10915763. OLE color: 10915763.
HSL color Cylindrical-coordinate representation of color #B38FA6: hue angle of 321.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B38FA6 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 166 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.30 |
| HSL | 321.67º | 0.19% | 0.63% | - |
| HSV(B) | 321.67º | 0.2% | 0.7% | - |
| XYZ | 35.3 | 31.98 | 40.39 | - |
| YUV | 156.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 166 | 0 | 0.20 | 0.07 | 0.30 | 321.67 | 0.19 | 0.63 |
| Hex | B3 | 8F | A6 | 0 | 14 | 7 | 1E | 142 | 13 | 3F |
| Octal | 263 | 217 | 246 | 0 | 24 | 7 | 36 | 502 | 23 | 77 |
| Binary | 10110011 | 10001111 | 10100110 | 0 | 10100 | 111 | 11110 | 101000010 | 10011 | 111111 |
Color Harmonies of #B38FA6
Complementary color
Monochromatic Colors of #B38FA6
Black with #B38FA6
Text Example
Text Example
White with #B38FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38FA6; }
p { color: rgb(179,143,166); }
H1.HeaderClassName
{
color: #B38FA6;
}
.AnyTagClassName
{
color: #B38FA6;
}
</style>
background-color css
<style>
a { background-color: #B38FA6; }
a { background-color: rgb(179,143,166); }
div.DivClassName
{
background-color: #B38FA6;
}
.BgClassName
{
background-color: #B38FA6;
}
</style>
border-color css
<style>
span { border-color: #B38FA6; }
span { border-color: rgb(179,143,166); }
td.TdClassName
{
border-color: #B38FA6;
}
.TagClassName
{
border-color: #B38FA6;
}
</style>