Shades of Akaroa #BAB097
Tints of Akaroa #BAB097
RGB
CMYK
RGB Variations
Color information
#BAB097 (or 0xBAB097) is known color: Akaroa. HEX triplet: BA, B0 and 97. RGB value is (186,176,151). Sum of RGB (Red+Green+Blue) = 186+176+151=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB097 is #454F68. Grayscale: #B0B0B0. Windows color (decimal): -4542313 or 9941178. OLE color: 9941178.
HSL color Cylindrical-coordinate representation of color #BAB097: hue angle of 42.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB097 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 151 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.27 |
| HSL | 42.86º | 0.2% | 0.66% | - |
| HSV(B) | 42.86º | 0.19% | 0.73% | - |
| XYZ | 41.36 | 43.72 | 35.54 | - |
| YUV | 176.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 151 | 0 | 0.05 | 0.19 | 0.27 | 42.86 | 0.2 | 0.66 |
| Hex | BA | B0 | 97 | 0 | 5 | 13 | 1B | 2B | 14 | 42 |
| Octal | 272 | 260 | 227 | 0 | 5 | 23 | 33 | 53 | 24 | 102 |
| Binary | 10111010 | 10110000 | 10010111 | 0 | 101 | 10011 | 11011 | 101011 | 10100 | 1000010 |
Color Harmonies of #BAB097
Complementary color
Monochromatic Colors of #BAB097
Black with #BAB097
Text Example
Text Example
White with #BAB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB097; }
p { color: rgb(186,176,151); }
H1.HeaderClassName
{
color: #BAB097;
}
.AnyTagClassName
{
color: #BAB097;
}
</style>
background-color css
<style>
a { background-color: #BAB097; }
a { background-color: rgb(186,176,151); }
div.DivClassName
{
background-color: #BAB097;
}
.BgClassName
{
background-color: #BAB097;
}
</style>
border-color css
<style>
span { border-color: #BAB097; }
span { border-color: rgb(186,176,151); }
td.TdClassName
{
border-color: #BAB097;
}
.TagClassName
{
border-color: #BAB097;
}
</style>