Shades of Bouquet #BA6DA5
Tints of Bouquet #BA6DA5
RGB
CMYK
RGB Variations
Color information
#BA6DA5 (or 0xBA6DA5) is known color: Bouquet. HEX triplet: BA, 6D and A5. RGB value is (186,109,165). Sum of RGB (Red+Green+Blue) = 186+109+165=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6DA5 is #45925A. Grayscale: #8A8A8A. Windows color (decimal): -4559451 or 10841530. OLE color: 10841530.
HSL color Cylindrical-coordinate representation of color #BA6DA5: hue angle of 316.36º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6DA5 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 165 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.27 |
| HSL | 316.36º | 0.36% | 0.58% | - |
| HSV(B) | 316.36º | 0.41% | 0.73% | - |
| XYZ | 32.51 | 24.09 | 38.53 | - |
| YUV | 138.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 165 | 0 | 0.41 | 0.11 | 0.27 | 316.36 | 0.36 | 0.58 |
| Hex | BA | 6D | A5 | 0 | 29 | B | 1B | 13C | 24 | 3A |
| Octal | 272 | 155 | 245 | 0 | 51 | 13 | 33 | 474 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10100101 | 0 | 101001 | 1011 | 11011 | 100111100 | 100100 | 111010 |
Color Harmonies of #BA6DA5
Complementary color
Monochromatic Colors of #BA6DA5
Black with #BA6DA5
Text Example
Text Example
White with #BA6DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DA5; }
p { color: rgb(186,109,165); }
H1.HeaderClassName
{
color: #BA6DA5;
}
.AnyTagClassName
{
color: #BA6DA5;
}
</style>
background-color css
<style>
a { background-color: #BA6DA5; }
a { background-color: rgb(186,109,165); }
div.DivClassName
{
background-color: #BA6DA5;
}
.BgClassName
{
background-color: #BA6DA5;
}
</style>
border-color css
<style>
span { border-color: #BA6DA5; }
span { border-color: rgb(186,109,165); }
td.TdClassName
{
border-color: #BA6DA5;
}
.TagClassName
{
border-color: #BA6DA5;
}
</style>