Shades of Akaroa #BBB29B
Tints of Akaroa #BBB29B
RGB
CMYK
RGB Variations
Color information
#BBB29B (or 0xBBB29B) is known color: Akaroa. HEX triplet: BB, B2 and 9B. RGB value is (187,178,155). Sum of RGB (Red+Green+Blue) = 187+178+155=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB29B is #444D64. Grayscale: #B2B2B2. Windows color (decimal): -4476261 or 10203835. OLE color: 10203835.
HSL color Cylindrical-coordinate representation of color #BBB29B: hue angle of 43.12º 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 #BBB29B is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 155 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.27 |
| HSL | 43.13º | 0.19% | 0.67% | - |
| HSV(B) | 43.13º | 0.17% | 0.73% | - |
| XYZ | 42.33 | 44.77 | 37.42 | - |
| YUV | 178.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 155 | 0 | 0.05 | 0.17 | 0.27 | 43.13 | 0.19 | 0.67 |
| Hex | BB | B2 | 9B | 0 | 5 | 11 | 1B | 2B | 13 | 43 |
| Octal | 273 | 262 | 233 | 0 | 5 | 21 | 33 | 53 | 23 | 103 |
| Binary | 10111011 | 10110010 | 10011011 | 0 | 101 | 10001 | 11011 | 101011 | 10011 | 1000011 |
Color Harmonies of #BBB29B
Complementary color
Monochromatic Colors of #BBB29B
Black with #BBB29B
Text Example
Text Example
White with #BBB29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB29B; }
p { color: rgb(187,178,155); }
H1.HeaderClassName
{
color: #BBB29B;
}
.AnyTagClassName
{
color: #BBB29B;
}
</style>
background-color css
<style>
a { background-color: #BBB29B; }
a { background-color: rgb(187,178,155); }
div.DivClassName
{
background-color: #BBB29B;
}
.BgClassName
{
background-color: #BBB29B;
}
</style>
border-color css
<style>
span { border-color: #BBB29B; }
span { border-color: rgb(187,178,155); }
td.TdClassName
{
border-color: #BBB29B;
}
.TagClassName
{
border-color: #BBB29B;
}
</style>