Shades of Akaroa #BBAB93
Tints of Akaroa #BBAB93
RGB
CMYK
RGB Variations
Color information
#BBAB93 (or 0xBBAB93) is known color: Akaroa. HEX triplet: BB, AB and 93. RGB value is (187,171,147). Sum of RGB (Red+Green+Blue) = 187+171+147=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB93 is #44546C. Grayscale: #ADADAD. Windows color (decimal): -4478061 or 9677755. OLE color: 9677755.
HSL color Cylindrical-coordinate representation of color #BBAB93: hue angle of 36º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBAB93 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 147 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.27 |
| HSL | 36º | 0.23% | 0.65% | - |
| HSV(B) | 36º | 0.21% | 0.73% | - |
| XYZ | 40.32 | 41.8 | 33.55 | - |
| YUV | 173.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 147 | 0 | 0.09 | 0.21 | 0.27 | 36 | 0.23 | 0.65 |
| Hex | BB | AB | 93 | 0 | 9 | 15 | 1B | 24 | 17 | 41 |
| Octal | 273 | 253 | 223 | 0 | 11 | 25 | 33 | 44 | 27 | 101 |
| Binary | 10111011 | 10101011 | 10010011 | 0 | 1001 | 10101 | 11011 | 100100 | 10111 | 1000001 |
Color Harmonies of #BBAB93
Complementary color
Monochromatic Colors of #BBAB93
Black with #BBAB93
Text Example
Text Example
White with #BBAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB93; }
p { color: rgb(187,171,147); }
H1.HeaderClassName
{
color: #BBAB93;
}
.AnyTagClassName
{
color: #BBAB93;
}
</style>
background-color css
<style>
a { background-color: #BBAB93; }
a { background-color: rgb(187,171,147); }
div.DivClassName
{
background-color: #BBAB93;
}
.BgClassName
{
background-color: #BBAB93;
}
</style>
border-color css
<style>
span { border-color: #BBAB93; }
span { border-color: rgb(187,171,147); }
td.TdClassName
{
border-color: #BBAB93;
}
.TagClassName
{
border-color: #BBAB93;
}
</style>