Shades of Bouquet #BA67A2
Tints of Bouquet #BA67A2
RGB
CMYK
RGB Variations
Color information
#BA67A2 (or 0xBA67A2) is known color: Bouquet. HEX triplet: BA, 67 and A2. RGB value is (186,103,162). Sum of RGB (Red+Green+Blue) = 186+103+162=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA67A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA67A2 is #45985D. Grayscale: #868686. Windows color (decimal): -4560990 or 10643386. OLE color: 10643386.
HSL color Cylindrical-coordinate representation of color #BA67A2: hue angle of 317.35º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA67A2 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 162 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.27 |
| HSL | 317.35º | 0.38% | 0.57% | - |
| HSV(B) | 317.35º | 0.45% | 0.73% | - |
| XYZ | 31.62 | 22.75 | 36.91 | - |
| YUV | 134.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 162 | 0 | 0.45 | 0.13 | 0.27 | 317.35 | 0.38 | 0.57 |
| Hex | BA | 67 | A2 | 0 | 2D | D | 1B | 13D | 26 | 39 |
| Octal | 272 | 147 | 242 | 0 | 55 | 15 | 33 | 475 | 46 | 71 |
| Binary | 10111010 | 1100111 | 10100010 | 0 | 101101 | 1101 | 11011 | 100111101 | 100110 | 111001 |
Color Harmonies of #BA67A2
Complementary color
Monochromatic Colors of #BA67A2
Black with #BA67A2
Text Example
Text Example
White with #BA67A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67A2; }
p { color: rgb(186,103,162); }
H1.HeaderClassName
{
color: #BA67A2;
}
.AnyTagClassName
{
color: #BA67A2;
}
</style>
background-color css
<style>
a { background-color: #BA67A2; }
a { background-color: rgb(186,103,162); }
div.DivClassName
{
background-color: #BA67A2;
}
.BgClassName
{
background-color: #BA67A2;
}
</style>
border-color css
<style>
span { border-color: #BA67A2; }
span { border-color: rgb(186,103,162); }
td.TdClassName
{
border-color: #BA67A2;
}
.TagClassName
{
border-color: #BA67A2;
}
</style>