Shades of Akaroa #BAB099
Tints of Akaroa #BAB099
RGB
CMYK
RGB Variations
Color information
#BAB099 (or 0xBAB099) is known color: Akaroa. HEX triplet: BA, B0 and 99. RGB value is (186,176,153). Sum of RGB (Red+Green+Blue) = 186+176+153=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB099 is #454F66. Grayscale: #B0B0B0. Windows color (decimal): -4542311 or 10072250. OLE color: 10072250.
HSL color Cylindrical-coordinate representation of color #BAB099: hue angle of 41.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB099 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 153 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.27 |
| HSL | 41.82º | 0.19% | 0.66% | - |
| HSV(B) | 41.82º | 0.18% | 0.73% | - |
| XYZ | 41.52 | 43.79 | 36.4 | - |
| YUV | 176.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 153 | 0 | 0.05 | 0.18 | 0.27 | 41.82 | 0.19 | 0.66 |
| Hex | BA | B0 | 99 | 0 | 5 | 12 | 1B | 2A | 13 | 42 |
| Octal | 272 | 260 | 231 | 0 | 5 | 22 | 33 | 52 | 23 | 102 |
| Binary | 10111010 | 10110000 | 10011001 | 0 | 101 | 10010 | 11011 | 101010 | 10011 | 1000010 |
Color Harmonies of #BAB099
Complementary color
Monochromatic Colors of #BAB099
Black with #BAB099
Text Example
Text Example
White with #BAB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB099; }
p { color: rgb(186,176,153); }
H1.HeaderClassName
{
color: #BAB099;
}
.AnyTagClassName
{
color: #BAB099;
}
</style>
background-color css
<style>
a { background-color: #BAB099; }
a { background-color: rgb(186,176,153); }
div.DivClassName
{
background-color: #BAB099;
}
.BgClassName
{
background-color: #BAB099;
}
</style>
border-color css
<style>
span { border-color: #BAB099; }
span { border-color: rgb(186,176,153); }
td.TdClassName
{
border-color: #BAB099;
}
.TagClassName
{
border-color: #BAB099;
}
</style>