Shades of Bouquet #BA83A2
Tints of Bouquet #BA83A2
RGB
CMYK
RGB Variations
Color information
#BA83A2 (or 0xBA83A2) is known color: Bouquet. HEX triplet: BA, 83 and A2. RGB value is (186,131,162). Sum of RGB (Red+Green+Blue) = 186+131+162=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA83A2 is #457C5D. Grayscale: #969696. Windows color (decimal): -4553822 or 10650554. OLE color: 10650554.
HSL color Cylindrical-coordinate representation of color #BA83A2: hue angle of 326.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA83A2 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 162 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.27 |
| HSL | 326.18º | 0.28% | 0.62% | - |
| HSV(B) | 326.18º | 0.3% | 0.73% | - |
| XYZ | 34.89 | 29.28 | 38 | - |
| YUV | 150.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 162 | 0 | 0.30 | 0.13 | 0.27 | 326.18 | 0.28 | 0.62 |
| Hex | BA | 83 | A2 | 0 | 1E | D | 1B | 146 | 1C | 3E |
| Octal | 272 | 203 | 242 | 0 | 36 | 15 | 33 | 506 | 34 | 76 |
| Binary | 10111010 | 10000011 | 10100010 | 0 | 11110 | 1101 | 11011 | 101000110 | 11100 | 111110 |
Color Harmonies of #BA83A2
Complementary color
Monochromatic Colors of #BA83A2
Black with #BA83A2
Text Example
Text Example
White with #BA83A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83A2; }
p { color: rgb(186,131,162); }
H1.HeaderClassName
{
color: #BA83A2;
}
.AnyTagClassName
{
color: #BA83A2;
}
</style>
background-color css
<style>
a { background-color: #BA83A2; }
a { background-color: rgb(186,131,162); }
div.DivClassName
{
background-color: #BA83A2;
}
.BgClassName
{
background-color: #BA83A2;
}
</style>
border-color css
<style>
span { border-color: #BA83A2; }
span { border-color: rgb(186,131,162); }
td.TdClassName
{
border-color: #BA83A2;
}
.TagClassName
{
border-color: #BA83A2;
}
</style>