Shades of Akaroa #BBB09A
Tints of Akaroa #BBB09A
RGB
CMYK
RGB Variations
Color information
#BBB09A (or 0xBBB09A) is known color: Akaroa. HEX triplet: BB, B0 and 9A. RGB value is (187,176,154). Sum of RGB (Red+Green+Blue) = 187+176+154=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB09A is #444F65. Grayscale: #B0B0B0. Windows color (decimal): -4476774 or 10137787. OLE color: 10137787.
HSL color Cylindrical-coordinate representation of color #BBB09A: hue angle of 40º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB09A is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 154 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.27 |
| HSL | 40º | 0.2% | 0.67% | - |
| HSV(B) | 40º | 0.18% | 0.73% | - |
| XYZ | 41.85 | 43.95 | 36.85 | - |
| YUV | 176.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 154 | 0 | 0.06 | 0.18 | 0.27 | 40 | 0.2 | 0.67 |
| Hex | BB | B0 | 9A | 0 | 6 | 12 | 1B | 28 | 14 | 43 |
| Octal | 273 | 260 | 232 | 0 | 6 | 22 | 33 | 50 | 24 | 103 |
| Binary | 10111011 | 10110000 | 10011010 | 0 | 110 | 10010 | 11011 | 101000 | 10100 | 1000011 |
Color Harmonies of #BBB09A
Complementary color
Monochromatic Colors of #BBB09A
Black with #BBB09A
Text Example
Text Example
White with #BBB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB09A; }
p { color: rgb(187,176,154); }
H1.HeaderClassName
{
color: #BBB09A;
}
.AnyTagClassName
{
color: #BBB09A;
}
</style>
background-color css
<style>
a { background-color: #BBB09A; }
a { background-color: rgb(187,176,154); }
div.DivClassName
{
background-color: #BBB09A;
}
.BgClassName
{
background-color: #BBB09A;
}
</style>
border-color css
<style>
span { border-color: #BBB09A; }
span { border-color: rgb(187,176,154); }
td.TdClassName
{
border-color: #BBB09A;
}
.TagClassName
{
border-color: #BBB09A;
}
</style>