Shades of Akaroa #BBB39F
Tints of Akaroa #BBB39F
RGB
CMYK
RGB Variations
Color information
#BBB39F (or 0xBBB39F) is known color: Akaroa. HEX triplet: BB, B3 and 9F. RGB value is (187,179,159). Sum of RGB (Red+Green+Blue) = 187+179+159=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB39F is #444C60. Grayscale: #B3B3B3. Windows color (decimal): -4476001 or 10466235. OLE color: 10466235.
HSL color Cylindrical-coordinate representation of color #BBB39F: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB39F is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 159 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.27 |
| HSL | 42.86º | 0.17% | 0.68% | - |
| HSV(B) | 42.86º | 0.15% | 0.73% | - |
| XYZ | 42.87 | 45.31 | 39.29 | - |
| YUV | 179.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 159 | 0 | 0.04 | 0.15 | 0.27 | 42.86 | 0.17 | 0.68 |
| Hex | BB | B3 | 9F | 0 | 4 | F | 1B | 2B | 11 | 44 |
| Octal | 273 | 263 | 237 | 0 | 4 | 17 | 33 | 53 | 21 | 104 |
| Binary | 10111011 | 10110011 | 10011111 | 0 | 100 | 1111 | 11011 | 101011 | 10001 | 1000100 |
Color Harmonies of #BBB39F
Complementary color
Monochromatic Colors of #BBB39F
Black with #BBB39F
Text Example
Text Example
White with #BBB39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB39F; }
p { color: rgb(187,179,159); }
H1.HeaderClassName
{
color: #BBB39F;
}
.AnyTagClassName
{
color: #BBB39F;
}
</style>
background-color css
<style>
a { background-color: #BBB39F; }
a { background-color: rgb(187,179,159); }
div.DivClassName
{
background-color: #BBB39F;
}
.BgClassName
{
background-color: #BBB39F;
}
</style>
border-color css
<style>
span { border-color: #BBB39F; }
span { border-color: rgb(187,179,159); }
td.TdClassName
{
border-color: #BBB39F;
}
.TagClassName
{
border-color: #BBB39F;
}
</style>