Shades of Akaroa #BAB29B
Tints of Akaroa #BAB29B
RGB
CMYK
RGB Variations
Color information
#BAB29B (or 0xBAB29B) is known color: Akaroa. HEX triplet: BA, B2 and 9B. RGB value is (186,178,155). Sum of RGB (Red+Green+Blue) = 186+178+155=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB29B is #454D64. Grayscale: #B1B1B1. Windows color (decimal): -4541797 or 10203834. OLE color: 10203834.
HSL color Cylindrical-coordinate representation of color #BAB29B: hue angle of 44.52º 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 #BAB29B is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 155 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.27 |
| HSL | 44.52º | 0.18% | 0.67% | - |
| HSV(B) | 44.52º | 0.17% | 0.73% | - |
| XYZ | 42.09 | 44.65 | 37.41 | - |
| YUV | 177.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 155 | 0 | 0.04 | 0.17 | 0.27 | 44.52 | 0.18 | 0.67 |
| Hex | BA | B2 | 9B | 0 | 4 | 11 | 1B | 2D | 12 | 43 |
| Octal | 272 | 262 | 233 | 0 | 4 | 21 | 33 | 55 | 22 | 103 |
| Binary | 10111010 | 10110010 | 10011011 | 0 | 100 | 10001 | 11011 | 101101 | 10010 | 1000011 |
Color Harmonies of #BAB29B
Complementary color
Monochromatic Colors of #BAB29B
Black with #BAB29B
Text Example
Text Example
White with #BAB29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB29B; }
p { color: rgb(186,178,155); }
H1.HeaderClassName
{
color: #BAB29B;
}
.AnyTagClassName
{
color: #BAB29B;
}
</style>
background-color css
<style>
a { background-color: #BAB29B; }
a { background-color: rgb(186,178,155); }
div.DivClassName
{
background-color: #BAB29B;
}
.BgClassName
{
background-color: #BAB29B;
}
</style>
border-color css
<style>
span { border-color: #BAB29B; }
span { border-color: rgb(186,178,155); }
td.TdClassName
{
border-color: #BAB29B;
}
.TagClassName
{
border-color: #BAB29B;
}
</style>