Shades of Akaroa #BAB39A
Tints of Akaroa #BAB39A
RGB
CMYK
RGB Variations
Color information
#BAB39A (or 0xBAB39A) is known color: Akaroa. HEX triplet: BA, B3 and 9A. RGB value is (186,179,154). Sum of RGB (Red+Green+Blue) = 186+179+154=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB39A is #454C65. Grayscale: #B2B2B2. Windows color (decimal): -4541542 or 10138554. OLE color: 10138554.
HSL color Cylindrical-coordinate representation of color #BAB39A: hue angle of 46.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAB39A is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 154 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.27 |
| HSL | 46.88º | 0.19% | 0.67% | - |
| HSV(B) | 46.88º | 0.17% | 0.73% | - |
| XYZ | 42.2 | 45.01 | 37.04 | - |
| YUV | 178.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 154 | 0 | 0.04 | 0.17 | 0.27 | 46.88 | 0.19 | 0.67 |
| Hex | BA | B3 | 9A | 0 | 4 | 11 | 1B | 2F | 13 | 43 |
| Octal | 272 | 263 | 232 | 0 | 4 | 21 | 33 | 57 | 23 | 103 |
| Binary | 10111010 | 10110011 | 10011010 | 0 | 100 | 10001 | 11011 | 101111 | 10011 | 1000011 |
Color Harmonies of #BAB39A
Complementary color
Monochromatic Colors of #BAB39A
Black with #BAB39A
Text Example
Text Example
White with #BAB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB39A; }
p { color: rgb(186,179,154); }
H1.HeaderClassName
{
color: #BAB39A;
}
.AnyTagClassName
{
color: #BAB39A;
}
</style>
background-color css
<style>
a { background-color: #BAB39A; }
a { background-color: rgb(186,179,154); }
div.DivClassName
{
background-color: #BAB39A;
}
.BgClassName
{
background-color: #BAB39A;
}
</style>
border-color css
<style>
span { border-color: #BAB39A; }
span { border-color: rgb(186,179,154); }
td.TdClassName
{
border-color: #BAB39A;
}
.TagClassName
{
border-color: #BAB39A;
}
</style>