Shades of Akaroa #BAB19B
Tints of Akaroa #BAB19B
RGB
CMYK
RGB Variations
Color information
#BAB19B (or 0xBAB19B) is known color: Akaroa. HEX triplet: BA, B1 and 9B. RGB value is (186,177,155). Sum of RGB (Red+Green+Blue) = 186+177+155=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB19B is #454E64. Grayscale: #B1B1B1. Windows color (decimal): -4542053 or 10203578. OLE color: 10203578.
HSL color Cylindrical-coordinate representation of color #BAB19B: hue angle of 42.58º degrees, saturation: 0.18, 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 #BAB19B is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 155 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.27 |
| HSL | 42.58º | 0.18% | 0.67% | - |
| HSV(B) | 42.58º | 0.17% | 0.73% | - |
| XYZ | 41.89 | 44.25 | 37.34 | - |
| YUV | 177.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 155 | 0 | 0.05 | 0.17 | 0.27 | 42.58 | 0.18 | 0.67 |
| Hex | BA | B1 | 9B | 0 | 5 | 11 | 1B | 2B | 12 | 43 |
| Octal | 272 | 261 | 233 | 0 | 5 | 21 | 33 | 53 | 22 | 103 |
| Binary | 10111010 | 10110001 | 10011011 | 0 | 101 | 10001 | 11011 | 101011 | 10010 | 1000011 |
Color Harmonies of #BAB19B
Complementary color
Monochromatic Colors of #BAB19B
Black with #BAB19B
Text Example
Text Example
White with #BAB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB19B; }
p { color: rgb(186,177,155); }
H1.HeaderClassName
{
color: #BAB19B;
}
.AnyTagClassName
{
color: #BAB19B;
}
</style>
background-color css
<style>
a { background-color: #BAB19B; }
a { background-color: rgb(186,177,155); }
div.DivClassName
{
background-color: #BAB19B;
}
.BgClassName
{
background-color: #BAB19B;
}
</style>
border-color css
<style>
span { border-color: #BAB19B; }
span { border-color: rgb(186,177,155); }
td.TdClassName
{
border-color: #BAB19B;
}
.TagClassName
{
border-color: #BAB19B;
}
</style>