Shades of Akaroa #B9B09E
Tints of Akaroa #B9B09E
RGB
CMYK
RGB Variations
Color information
#B9B09E (or 0xB9B09E) is known color: Akaroa. HEX triplet: B9, B0 and 9E. RGB value is (185,176,158). Sum of RGB (Red+Green+Blue) = 185+176+158=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B09E is #464F61. Grayscale: #B0B0B0. Windows color (decimal): -4607842 or 10399929. OLE color: 10399929.
HSL color Cylindrical-coordinate representation of color #B9B09E: hue angle of 40º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9B09E is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 176 | 158 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.27 |
| HSL | 40º | 0.16% | 0.67% | - |
| HSV(B) | 40º | 0.15% | 0.73% | - |
| XYZ | 41.7 | 43.83 | 38.61 | - |
| YUV | 176.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 158 | 0 | 0.05 | 0.15 | 0.27 | 40 | 0.16 | 0.67 |
| Hex | B9 | B0 | 9E | 0 | 5 | F | 1B | 28 | 10 | 43 |
| Octal | 271 | 260 | 236 | 0 | 5 | 17 | 33 | 50 | 20 | 103 |
| Binary | 10111001 | 10110000 | 10011110 | 0 | 101 | 1111 | 11011 | 101000 | 10000 | 1000011 |
Color Harmonies of #B9B09E
Complementary color
Monochromatic Colors of #B9B09E
Black with #B9B09E
Text Example
Text Example
White with #B9B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B09E; }
p { color: rgb(185,176,158); }
H1.HeaderClassName
{
color: #B9B09E;
}
.AnyTagClassName
{
color: #B9B09E;
}
</style>
background-color css
<style>
a { background-color: #B9B09E; }
a { background-color: rgb(185,176,158); }
div.DivClassName
{
background-color: #B9B09E;
}
.BgClassName
{
background-color: #B9B09E;
}
</style>
border-color css
<style>
span { border-color: #B9B09E; }
span { border-color: rgb(185,176,158); }
td.TdClassName
{
border-color: #B9B09E;
}
.TagClassName
{
border-color: #B9B09E;
}
</style>