Shades of Bouquet #BA81A3
Tints of Bouquet #BA81A3
RGB
CMYK
RGB Variations
Color information
#BA81A3 (or 0xBA81A3) is known color: Bouquet. HEX triplet: BA, 81 and A3. RGB value is (186,129,163). Sum of RGB (Red+Green+Blue) = 186+129+163=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA81A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA81A3 is #457E5C. Grayscale: #959595. Windows color (decimal): -4554333 or 10715578. OLE color: 10715578.
HSL color Cylindrical-coordinate representation of color #BA81A3: hue angle of 324.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA81A3 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 163 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.27 |
| HSL | 324.21º | 0.29% | 0.62% | - |
| HSV(B) | 324.21º | 0.31% | 0.73% | - |
| XYZ | 34.71 | 28.78 | 38.38 | - |
| YUV | 149.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 163 | 0 | 0.31 | 0.12 | 0.27 | 324.21 | 0.29 | 0.62 |
| Hex | BA | 81 | A3 | 0 | 1F | C | 1B | 144 | 1D | 3E |
| Octal | 272 | 201 | 243 | 0 | 37 | 14 | 33 | 504 | 35 | 76 |
| Binary | 10111010 | 10000001 | 10100011 | 0 | 11111 | 1100 | 11011 | 101000100 | 11101 | 111110 |
Color Harmonies of #BA81A3
Complementary color
Monochromatic Colors of #BA81A3
Black with #BA81A3
Text Example
Text Example
White with #BA81A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA81A3; }
p { color: rgb(186,129,163); }
H1.HeaderClassName
{
color: #BA81A3;
}
.AnyTagClassName
{
color: #BA81A3;
}
</style>
background-color css
<style>
a { background-color: #BA81A3; }
a { background-color: rgb(186,129,163); }
div.DivClassName
{
background-color: #BA81A3;
}
.BgClassName
{
background-color: #BA81A3;
}
</style>
border-color css
<style>
span { border-color: #BA81A3; }
span { border-color: rgb(186,129,163); }
td.TdClassName
{
border-color: #BA81A3;
}
.TagClassName
{
border-color: #BA81A3;
}
</style>