Shades of Akaroa #BBB097
Tints of Akaroa #BBB097
RGB
CMYK
RGB Variations
Color information
#BBB097 (or 0xBBB097) is known color: Akaroa. HEX triplet: BB, B0 and 97. RGB value is (187,176,151). Sum of RGB (Red+Green+Blue) = 187+176+151=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB097 is #444F68. Grayscale: #B0B0B0. Windows color (decimal): -4476777 or 9941179. OLE color: 9941179.
HSL color Cylindrical-coordinate representation of color #BBB097: hue angle of 41.67º degrees, saturation: 0.21, 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 #BBB097 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 151 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.27 |
| HSL | 41.67º | 0.21% | 0.66% | - |
| HSV(B) | 41.67º | 0.19% | 0.73% | - |
| XYZ | 41.6 | 43.85 | 35.55 | - |
| YUV | 176.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 151 | 0 | 0.06 | 0.19 | 0.27 | 41.67 | 0.21 | 0.66 |
| Hex | BB | B0 | 97 | 0 | 6 | 13 | 1B | 2A | 15 | 42 |
| Octal | 273 | 260 | 227 | 0 | 6 | 23 | 33 | 52 | 25 | 102 |
| Binary | 10111011 | 10110000 | 10010111 | 0 | 110 | 10011 | 11011 | 101010 | 10101 | 1000010 |
Color Harmonies of #BBB097
Complementary color
Monochromatic Colors of #BBB097
Black with #BBB097
Text Example
Text Example
White with #BBB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB097; }
p { color: rgb(187,176,151); }
H1.HeaderClassName
{
color: #BBB097;
}
.AnyTagClassName
{
color: #BBB097;
}
</style>
background-color css
<style>
a { background-color: #BBB097; }
a { background-color: rgb(187,176,151); }
div.DivClassName
{
background-color: #BBB097;
}
.BgClassName
{
background-color: #BBB097;
}
</style>
border-color css
<style>
span { border-color: #BBB097; }
span { border-color: rgb(187,176,151); }
td.TdClassName
{
border-color: #BBB097;
}
.TagClassName
{
border-color: #BBB097;
}
</style>