Shades of Akaroa #BBB196
Tints of Akaroa #BBB196
RGB
CMYK
RGB Variations
Color information
#BBB196 (or 0xBBB196) is known color: Akaroa. HEX triplet: BB, B1 and 96. RGB value is (187,177,150). Sum of RGB (Red+Green+Blue) = 187+177+150=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB196 is #444E69. Grayscale: #B1B1B1. Windows color (decimal): -4476522 or 9875899. OLE color: 9875899.
HSL color Cylindrical-coordinate representation of color #BBB196: hue angle of 43.78º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB196 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 150 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.27 |
| HSL | 43.78º | 0.21% | 0.66% | - |
| HSV(B) | 43.78º | 0.2% | 0.73% | - |
| XYZ | 41.72 | 44.21 | 35.19 | - |
| YUV | 176.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 150 | 0 | 0.05 | 0.20 | 0.27 | 43.78 | 0.21 | 0.66 |
| Hex | BB | B1 | 96 | 0 | 5 | 14 | 1B | 2C | 15 | 42 |
| Octal | 273 | 261 | 226 | 0 | 5 | 24 | 33 | 54 | 25 | 102 |
| Binary | 10111011 | 10110001 | 10010110 | 0 | 101 | 10100 | 11011 | 101100 | 10101 | 1000010 |
Color Harmonies of #BBB196
Complementary color
Monochromatic Colors of #BBB196
Black with #BBB196
Text Example
Text Example
White with #BBB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB196; }
p { color: rgb(187,177,150); }
H1.HeaderClassName
{
color: #BBB196;
}
.AnyTagClassName
{
color: #BBB196;
}
</style>
background-color css
<style>
a { background-color: #BBB196; }
a { background-color: rgb(187,177,150); }
div.DivClassName
{
background-color: #BBB196;
}
.BgClassName
{
background-color: #BBB196;
}
</style>
border-color css
<style>
span { border-color: #BBB196; }
span { border-color: rgb(187,177,150); }
td.TdClassName
{
border-color: #BBB196;
}
.TagClassName
{
border-color: #BBB196;
}
</style>