Shades of Akaroa #BBB29E
Tints of Akaroa #BBB29E
RGB
CMYK
RGB Variations
Color information
#BBB29E (or 0xBBB29E) is known color: Akaroa. HEX triplet: BB, B2 and 9E. RGB value is (187,178,158). Sum of RGB (Red+Green+Blue) = 187+178+158=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB29E is #444D61. Grayscale: #B2B2B2. Windows color (decimal): -4476258 or 10400443. OLE color: 10400443.
HSL color Cylindrical-coordinate representation of color #BBB29E: hue angle of 41.38º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB29E is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 158 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.27 |
| HSL | 41.38º | 0.18% | 0.68% | - |
| HSV(B) | 41.38º | 0.16% | 0.73% | - |
| XYZ | 42.59 | 44.87 | 38.76 | - |
| YUV | 178.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 158 | 0 | 0.05 | 0.16 | 0.27 | 41.38 | 0.18 | 0.68 |
| Hex | BB | B2 | 9E | 0 | 5 | 10 | 1B | 29 | 12 | 44 |
| Octal | 273 | 262 | 236 | 0 | 5 | 20 | 33 | 51 | 22 | 104 |
| Binary | 10111011 | 10110010 | 10011110 | 0 | 101 | 10000 | 11011 | 101001 | 10010 | 1000100 |
Color Harmonies of #BBB29E
Complementary color
Monochromatic Colors of #BBB29E
Black with #BBB29E
Text Example
Text Example
White with #BBB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB29E; }
p { color: rgb(187,178,158); }
H1.HeaderClassName
{
color: #BBB29E;
}
.AnyTagClassName
{
color: #BBB29E;
}
</style>
background-color css
<style>
a { background-color: #BBB29E; }
a { background-color: rgb(187,178,158); }
div.DivClassName
{
background-color: #BBB29E;
}
.BgClassName
{
background-color: #BBB29E;
}
</style>
border-color css
<style>
span { border-color: #BBB29E; }
span { border-color: rgb(187,178,158); }
td.TdClassName
{
border-color: #BBB29E;
}
.TagClassName
{
border-color: #BBB29E;
}
</style>