Shades of Akaroa #B9B09B
Tints of Akaroa #B9B09B
RGB
CMYK
RGB Variations
Color information
#B9B09B (or 0xB9B09B) is known color: Akaroa. HEX triplet: B9, B0 and 9B. RGB value is (185,176,155). Sum of RGB (Red+Green+Blue) = 185+176+155=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B09B is #464F64. Grayscale: #B0B0B0. Windows color (decimal): -4607845 or 10203321. OLE color: 10203321.
HSL color Cylindrical-coordinate representation of color #B9B09B: hue angle of 42º 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 #B9B09B is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 176 | 155 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.27 |
| HSL | 42º | 0.18% | 0.67% | - |
| HSV(B) | 42º | 0.16% | 0.73% | - |
| XYZ | 41.45 | 43.73 | 37.27 | - |
| YUV | 176.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 155 | 0 | 0.05 | 0.16 | 0.27 | 42 | 0.18 | 0.67 |
| Hex | B9 | B0 | 9B | 0 | 5 | 10 | 1B | 2A | 12 | 43 |
| Octal | 271 | 260 | 233 | 0 | 5 | 20 | 33 | 52 | 22 | 103 |
| Binary | 10111001 | 10110000 | 10011011 | 0 | 101 | 10000 | 11011 | 101010 | 10010 | 1000011 |
Color Harmonies of #B9B09B
Complementary color
Monochromatic Colors of #B9B09B
Black with #B9B09B
Text Example
Text Example
White with #B9B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B09B; }
p { color: rgb(185,176,155); }
H1.HeaderClassName
{
color: #B9B09B;
}
.AnyTagClassName
{
color: #B9B09B;
}
</style>
background-color css
<style>
a { background-color: #B9B09B; }
a { background-color: rgb(185,176,155); }
div.DivClassName
{
background-color: #B9B09B;
}
.BgClassName
{
background-color: #B9B09B;
}
</style>
border-color css
<style>
span { border-color: #B9B09B; }
span { border-color: rgb(185,176,155); }
td.TdClassName
{
border-color: #B9B09B;
}
.TagClassName
{
border-color: #B9B09B;
}
</style>