Shades of Akaroa #BBB09B
Tints of Akaroa #BBB09B
RGB
CMYK
RGB Variations
Color information
#BBB09B (or 0xBBB09B) is known color: Akaroa. HEX triplet: BB, B0 and 9B. RGB value is (187,176,155). Sum of RGB (Red+Green+Blue) = 187+176+155=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB09B is #444F64. Grayscale: #B0B0B0. Windows color (decimal): -4476773 or 10203323. OLE color: 10203323.
HSL color Cylindrical-coordinate representation of color #BBB09B: hue angle of 39.38º 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 #BBB09B is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 155 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.27 |
| HSL | 39.38º | 0.19% | 0.67% | - |
| HSV(B) | 39.38º | 0.17% | 0.73% | - |
| XYZ | 41.94 | 43.98 | 37.29 | - |
| YUV | 176.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 155 | 0 | 0.06 | 0.17 | 0.27 | 39.38 | 0.19 | 0.67 |
| Hex | BB | B0 | 9B | 0 | 6 | 11 | 1B | 27 | 13 | 43 |
| Octal | 273 | 260 | 233 | 0 | 6 | 21 | 33 | 47 | 23 | 103 |
| Binary | 10111011 | 10110000 | 10011011 | 0 | 110 | 10001 | 11011 | 100111 | 10011 | 1000011 |
Color Harmonies of #BBB09B
Complementary color
Monochromatic Colors of #BBB09B
Black with #BBB09B
Text Example
Text Example
White with #BBB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB09B; }
p { color: rgb(187,176,155); }
H1.HeaderClassName
{
color: #BBB09B;
}
.AnyTagClassName
{
color: #BBB09B;
}
</style>
background-color css
<style>
a { background-color: #BBB09B; }
a { background-color: rgb(187,176,155); }
div.DivClassName
{
background-color: #BBB09B;
}
.BgClassName
{
background-color: #BBB09B;
}
</style>
border-color css
<style>
span { border-color: #BBB09B; }
span { border-color: rgb(187,176,155); }
td.TdClassName
{
border-color: #BBB09B;
}
.TagClassName
{
border-color: #BBB09B;
}
</style>