Shades of Akaroa #BBB39B
Tints of Akaroa #BBB39B
RGB
CMYK
RGB Variations
Color information
#BBB39B (or 0xBBB39B) is known color: Akaroa. HEX triplet: BB, B3 and 9B. RGB value is (187,179,155). Sum of RGB (Red+Green+Blue) = 187+179+155=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB39B is #444C64. Grayscale: #B2B2B2. Windows color (decimal): -4476005 or 10204091. OLE color: 10204091.
HSL color Cylindrical-coordinate representation of color #BBB39B: hue angle of 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 #BBB39B is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 155 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.27 |
| HSL | 45º | 0.19% | 0.67% | - |
| HSV(B) | 45º | 0.17% | 0.73% | - |
| XYZ | 42.53 | 45.17 | 37.49 | - |
| YUV | 178.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 155 | 0 | 0.04 | 0.17 | 0.27 | 45 | 0.19 | 0.67 |
| Hex | BB | B3 | 9B | 0 | 4 | 11 | 1B | 2D | 13 | 43 |
| Octal | 273 | 263 | 233 | 0 | 4 | 21 | 33 | 55 | 23 | 103 |
| Binary | 10111011 | 10110011 | 10011011 | 0 | 100 | 10001 | 11011 | 101101 | 10011 | 1000011 |
Color Harmonies of #BBB39B
Complementary color
Monochromatic Colors of #BBB39B
Black with #BBB39B
Text Example
Text Example
White with #BBB39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB39B; }
p { color: rgb(187,179,155); }
H1.HeaderClassName
{
color: #BBB39B;
}
.AnyTagClassName
{
color: #BBB39B;
}
</style>
background-color css
<style>
a { background-color: #BBB39B; }
a { background-color: rgb(187,179,155); }
div.DivClassName
{
background-color: #BBB39B;
}
.BgClassName
{
background-color: #BBB39B;
}
</style>
border-color css
<style>
span { border-color: #BBB39B; }
span { border-color: rgb(187,179,155); }
td.TdClassName
{
border-color: #BBB39B;
}
.TagClassName
{
border-color: #BBB39B;
}
</style>