Shades of Bouquet #B38CA6
Tints of Bouquet #B38CA6
RGB
CMYK
RGB Variations
Color information
#B38CA6 (or 0xB38CA6) is known color: Bouquet. HEX triplet: B3, 8C and A6. RGB value is (179,140,166). Sum of RGB (Red+Green+Blue) = 179+140+166=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B38CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38CA6 is #4C7359. Grayscale: #9A9A9A. Windows color (decimal): -5010266 or 10914995. OLE color: 10914995.
HSL color Cylindrical-coordinate representation of color #B38CA6: hue angle of 320º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38CA6 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 166 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.30 |
| HSL | 320º | 0.2% | 0.63% | - |
| HSV(B) | 320º | 0.22% | 0.7% | - |
| XYZ | 34.85 | 31.09 | 40.24 | - |
| YUV | 154.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 166 | 0 | 0.22 | 0.07 | 0.30 | 320 | 0.2 | 0.63 |
| Hex | B3 | 8C | A6 | 0 | 16 | 7 | 1E | 140 | 14 | 3F |
| Octal | 263 | 214 | 246 | 0 | 26 | 7 | 36 | 500 | 24 | 77 |
| Binary | 10110011 | 10001100 | 10100110 | 0 | 10110 | 111 | 11110 | 101000000 | 10100 | 111111 |
Color Harmonies of #B38CA6
Complementary color
Monochromatic Colors of #B38CA6
Black with #B38CA6
Text Example
Text Example
White with #B38CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38CA6; }
p { color: rgb(179,140,166); }
H1.HeaderClassName
{
color: #B38CA6;
}
.AnyTagClassName
{
color: #B38CA6;
}
</style>
background-color css
<style>
a { background-color: #B38CA6; }
a { background-color: rgb(179,140,166); }
div.DivClassName
{
background-color: #B38CA6;
}
.BgClassName
{
background-color: #B38CA6;
}
</style>
border-color css
<style>
span { border-color: #B38CA6; }
span { border-color: rgb(179,140,166); }
td.TdClassName
{
border-color: #B38CA6;
}
.TagClassName
{
border-color: #B38CA6;
}
</style>