Shades of Bouquet #BA82A5
Tints of Bouquet #BA82A5
RGB
CMYK
RGB Variations
Color information
#BA82A5 (or 0xBA82A5) is known color: Bouquet. HEX triplet: BA, 82 and A5. RGB value is (186,130,165). Sum of RGB (Red+Green+Blue) = 186+130+165=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA82A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA82A5 is #457D5A. Grayscale: #969696. Windows color (decimal): -4554075 or 10846906. OLE color: 10846906.
HSL color Cylindrical-coordinate representation of color #BA82A5: hue angle of 322.5º degrees, saturation: 0.29, 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 #BA82A5 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 165 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.27 |
| HSL | 322.5º | 0.29% | 0.62% | - |
| HSV(B) | 322.5º | 0.3% | 0.73% | - |
| XYZ | 35.02 | 29.12 | 39.37 | - |
| YUV | 150.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 165 | 0 | 0.30 | 0.11 | 0.27 | 322.5 | 0.29 | 0.62 |
| Hex | BA | 82 | A5 | 0 | 1E | B | 1B | 142 | 1D | 3E |
| Octal | 272 | 202 | 245 | 0 | 36 | 13 | 33 | 502 | 35 | 76 |
| Binary | 10111010 | 10000010 | 10100101 | 0 | 11110 | 1011 | 11011 | 101000010 | 11101 | 111110 |
Color Harmonies of #BA82A5
Complementary color
Monochromatic Colors of #BA82A5
Black with #BA82A5
Text Example
Text Example
White with #BA82A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA82A5; }
p { color: rgb(186,130,165); }
H1.HeaderClassName
{
color: #BA82A5;
}
.AnyTagClassName
{
color: #BA82A5;
}
</style>
background-color css
<style>
a { background-color: #BA82A5; }
a { background-color: rgb(186,130,165); }
div.DivClassName
{
background-color: #BA82A5;
}
.BgClassName
{
background-color: #BA82A5;
}
</style>
border-color css
<style>
span { border-color: #BA82A5; }
span { border-color: rgb(186,130,165); }
td.TdClassName
{
border-color: #BA82A5;
}
.TagClassName
{
border-color: #BA82A5;
}
</style>