Shades of Akaroa #BBB29A
Tints of Akaroa #BBB29A
RGB
CMYK
RGB Variations
Color information
#BBB29A (or 0xBBB29A) is known color: Akaroa. HEX triplet: BB, B2 and 9A. RGB value is (187,178,154). Sum of RGB (Red+Green+Blue) = 187+178+154=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB29A is #444D65. Grayscale: #B2B2B2. Windows color (decimal): -4476262 or 10138299. OLE color: 10138299.
HSL color Cylindrical-coordinate representation of color #BBB29A: hue angle of 43.64º 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 #BBB29A is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 154 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.27 |
| HSL | 43.64º | 0.2% | 0.67% | - |
| HSV(B) | 43.64º | 0.18% | 0.73% | - |
| XYZ | 42.25 | 44.74 | 36.98 | - |
| YUV | 177.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 154 | 0 | 0.05 | 0.18 | 0.27 | 43.64 | 0.2 | 0.67 |
| Hex | BB | B2 | 9A | 0 | 5 | 12 | 1B | 2C | 14 | 43 |
| Octal | 273 | 262 | 232 | 0 | 5 | 22 | 33 | 54 | 24 | 103 |
| Binary | 10111011 | 10110010 | 10011010 | 0 | 101 | 10010 | 11011 | 101100 | 10100 | 1000011 |
Color Harmonies of #BBB29A
Complementary color
Monochromatic Colors of #BBB29A
Black with #BBB29A
Text Example
Text Example
White with #BBB29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB29A; }
p { color: rgb(187,178,154); }
H1.HeaderClassName
{
color: #BBB29A;
}
.AnyTagClassName
{
color: #BBB29A;
}
</style>
background-color css
<style>
a { background-color: #BBB29A; }
a { background-color: rgb(187,178,154); }
div.DivClassName
{
background-color: #BBB29A;
}
.BgClassName
{
background-color: #BBB29A;
}
</style>
border-color css
<style>
span { border-color: #BBB29A; }
span { border-color: rgb(187,178,154); }
td.TdClassName
{
border-color: #BBB29A;
}
.TagClassName
{
border-color: #BBB29A;
}
</style>