Shades of Akaroa #BAB39C
Tints of Akaroa #BAB39C
RGB
CMYK
RGB Variations
Color information
#BAB39C (or 0xBAB39C) is known color: Akaroa. HEX triplet: BA, B3 and 9C. RGB value is (186,179,156). Sum of RGB (Red+Green+Blue) = 186+179+156=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB39C is #454C63. Grayscale: #B2B2B2. Windows color (decimal): -4541540 or 10269626. OLE color: 10269626.
HSL color Cylindrical-coordinate representation of color #BAB39C: hue angle of 46º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB39C is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 156 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.27 |
| HSL | 46º | 0.18% | 0.67% | - |
| HSV(B) | 46º | 0.16% | 0.73% | - |
| XYZ | 42.37 | 45.08 | 37.92 | - |
| YUV | 178.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 156 | 0 | 0.04 | 0.16 | 0.27 | 46 | 0.18 | 0.67 |
| Hex | BA | B3 | 9C | 0 | 4 | 10 | 1B | 2E | 12 | 43 |
| Octal | 272 | 263 | 234 | 0 | 4 | 20 | 33 | 56 | 22 | 103 |
| Binary | 10111010 | 10110011 | 10011100 | 0 | 100 | 10000 | 11011 | 101110 | 10010 | 1000011 |
Color Harmonies of #BAB39C
Complementary color
Monochromatic Colors of #BAB39C
Black with #BAB39C
Text Example
Text Example
White with #BAB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB39C; }
p { color: rgb(186,179,156); }
H1.HeaderClassName
{
color: #BAB39C;
}
.AnyTagClassName
{
color: #BAB39C;
}
</style>
background-color css
<style>
a { background-color: #BAB39C; }
a { background-color: rgb(186,179,156); }
div.DivClassName
{
background-color: #BAB39C;
}
.BgClassName
{
background-color: #BAB39C;
}
</style>
border-color css
<style>
span { border-color: #BAB39C; }
span { border-color: rgb(186,179,156); }
td.TdClassName
{
border-color: #BAB39C;
}
.TagClassName
{
border-color: #BAB39C;
}
</style>