Shades of Bouquet #BA819C
Tints of Bouquet #BA819C
RGB
CMYK
RGB Variations
Color information
#BA819C (or 0xBA819C) is known color: Bouquet. HEX triplet: BA, 81 and 9C. RGB value is (186,129,156). Sum of RGB (Red+Green+Blue) = 186+129+156=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA819C is #457E63. Grayscale: #959595. Windows color (decimal): -4554340 or 10256826. OLE color: 10256826.
HSL color Cylindrical-coordinate representation of color #BA819C: hue angle of 331.58º 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 #BA819C is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 156 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.27 |
| HSL | 331.58º | 0.29% | 0.62% | - |
| HSV(B) | 331.58º | 0.31% | 0.73% | - |
| XYZ | 34.1 | 28.54 | 35.16 | - |
| YUV | 149.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 156 | 0 | 0.31 | 0.16 | 0.27 | 331.58 | 0.29 | 0.62 |
| Hex | BA | 81 | 9C | 0 | 1F | 10 | 1B | 14C | 1D | 3E |
| Octal | 272 | 201 | 234 | 0 | 37 | 20 | 33 | 514 | 35 | 76 |
| Binary | 10111010 | 10000001 | 10011100 | 0 | 11111 | 10000 | 11011 | 101001100 | 11101 | 111110 |
Color Harmonies of #BA819C
Complementary color
Monochromatic Colors of #BA819C
Black with #BA819C
Text Example
Text Example
White with #BA819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA819C; }
p { color: rgb(186,129,156); }
H1.HeaderClassName
{
color: #BA819C;
}
.AnyTagClassName
{
color: #BA819C;
}
</style>
background-color css
<style>
a { background-color: #BA819C; }
a { background-color: rgb(186,129,156); }
div.DivClassName
{
background-color: #BA819C;
}
.BgClassName
{
background-color: #BA819C;
}
</style>
border-color css
<style>
span { border-color: #BA819C; }
span { border-color: rgb(186,129,156); }
td.TdClassName
{
border-color: #BA819C;
}
.TagClassName
{
border-color: #BA819C;
}
</style>