Shades of Akaroa #BBB39D
Tints of Akaroa #BBB39D
RGB
CMYK
RGB Variations
Color information
#BBB39D (or 0xBBB39D) is known color: Akaroa. HEX triplet: BB, B3 and 9D. RGB value is (187,179,157). Sum of RGB (Red+Green+Blue) = 187+179+157=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB39D is #444C62. Grayscale: #B2B2B2. Windows color (decimal): -4476003 or 10335163. OLE color: 10335163.
HSL color Cylindrical-coordinate representation of color #BBB39D: hue angle of 44º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB39D is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 157 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.27 |
| HSL | 44º | 0.18% | 0.67% | - |
| HSV(B) | 44º | 0.16% | 0.73% | - |
| XYZ | 42.7 | 45.24 | 38.38 | - |
| YUV | 178.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 157 | 0 | 0.04 | 0.16 | 0.27 | 44 | 0.18 | 0.67 |
| Hex | BB | B3 | 9D | 0 | 4 | 10 | 1B | 2C | 12 | 43 |
| Octal | 273 | 263 | 235 | 0 | 4 | 20 | 33 | 54 | 22 | 103 |
| Binary | 10111011 | 10110011 | 10011101 | 0 | 100 | 10000 | 11011 | 101100 | 10010 | 1000011 |
Color Harmonies of #BBB39D
Complementary color
Monochromatic Colors of #BBB39D
Black with #BBB39D
Text Example
Text Example
White with #BBB39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB39D; }
p { color: rgb(187,179,157); }
H1.HeaderClassName
{
color: #BBB39D;
}
.AnyTagClassName
{
color: #BBB39D;
}
</style>
background-color css
<style>
a { background-color: #BBB39D; }
a { background-color: rgb(187,179,157); }
div.DivClassName
{
background-color: #BBB39D;
}
.BgClassName
{
background-color: #BBB39D;
}
</style>
border-color css
<style>
span { border-color: #BBB39D; }
span { border-color: rgb(187,179,157); }
td.TdClassName
{
border-color: #BBB39D;
}
.TagClassName
{
border-color: #BBB39D;
}
</style>