Shades of Akaroa #BBB49C
Tints of Akaroa #BBB49C
RGB
CMYK
RGB Variations
Color information
#BBB49C (or 0xBBB49C) is known color: Akaroa. HEX triplet: BB, B4 and 9C. RGB value is (187,180,156). Sum of RGB (Red+Green+Blue) = 187+180+156=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB49C is #444B63. Grayscale: #B3B3B3. Windows color (decimal): -4475748 or 10269883. OLE color: 10269883.
HSL color Cylindrical-coordinate representation of color #BBB49C: hue angle of 46.45º degrees, saturation: 0.19, 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 #BBB49C is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 156 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.27 |
| HSL | 46.45º | 0.19% | 0.67% | - |
| HSV(B) | 46.45º | 0.17% | 0.73% | - |
| XYZ | 42.82 | 45.61 | 38 | - |
| YUV | 179.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 156 | 0 | 0.04 | 0.17 | 0.27 | 46.45 | 0.19 | 0.67 |
| Hex | BB | B4 | 9C | 0 | 4 | 11 | 1B | 2E | 13 | 43 |
| Octal | 273 | 264 | 234 | 0 | 4 | 21 | 33 | 56 | 23 | 103 |
| Binary | 10111011 | 10110100 | 10011100 | 0 | 100 | 10001 | 11011 | 101110 | 10011 | 1000011 |
Color Harmonies of #BBB49C
Complementary color
Monochromatic Colors of #BBB49C
Black with #BBB49C
Text Example
Text Example
White with #BBB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB49C; }
p { color: rgb(187,180,156); }
H1.HeaderClassName
{
color: #BBB49C;
}
.AnyTagClassName
{
color: #BBB49C;
}
</style>
background-color css
<style>
a { background-color: #BBB49C; }
a { background-color: rgb(187,180,156); }
div.DivClassName
{
background-color: #BBB49C;
}
.BgClassName
{
background-color: #BBB49C;
}
</style>
border-color css
<style>
span { border-color: #BBB49C; }
span { border-color: rgb(187,180,156); }
td.TdClassName
{
border-color: #BBB49C;
}
.TagClassName
{
border-color: #BBB49C;
}
</style>