Shades of Akaroa #BAB09A
Tints of Akaroa #BAB09A
RGB
CMYK
RGB Variations
Color information
#BAB09A (or 0xBAB09A) is known color: Akaroa. HEX triplet: BA, B0 and 9A. RGB value is (186,176,154). Sum of RGB (Red+Green+Blue) = 186+176+154=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB09A is #454F65. Grayscale: #B0B0B0. Windows color (decimal): -4542310 or 10137786. OLE color: 10137786.
HSL color Cylindrical-coordinate representation of color #BAB09A: hue angle of 41.25º 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 #BAB09A is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 154 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.27 |
| HSL | 41.25º | 0.19% | 0.67% | - |
| HSV(B) | 41.25º | 0.17% | 0.73% | - |
| XYZ | 41.61 | 43.82 | 36.84 | - |
| YUV | 176.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 154 | 0 | 0.05 | 0.17 | 0.27 | 41.25 | 0.19 | 0.67 |
| Hex | BA | B0 | 9A | 0 | 5 | 11 | 1B | 29 | 13 | 43 |
| Octal | 272 | 260 | 232 | 0 | 5 | 21 | 33 | 51 | 23 | 103 |
| Binary | 10111010 | 10110000 | 10011010 | 0 | 101 | 10001 | 11011 | 101001 | 10011 | 1000011 |
Color Harmonies of #BAB09A
Complementary color
Monochromatic Colors of #BAB09A
Black with #BAB09A
Text Example
Text Example
White with #BAB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB09A; }
p { color: rgb(186,176,154); }
H1.HeaderClassName
{
color: #BAB09A;
}
.AnyTagClassName
{
color: #BAB09A;
}
</style>
background-color css
<style>
a { background-color: #BAB09A; }
a { background-color: rgb(186,176,154); }
div.DivClassName
{
background-color: #BAB09A;
}
.BgClassName
{
background-color: #BAB09A;
}
</style>
border-color css
<style>
span { border-color: #BAB09A; }
span { border-color: rgb(186,176,154); }
td.TdClassName
{
border-color: #BAB09A;
}
.TagClassName
{
border-color: #BAB09A;
}
</style>