Shades of Akaroa #B8B09E
Tints of Akaroa #B8B09E
RGB
CMYK
RGB Variations
Color information
#B8B09E (or 0xB8B09E) is known color: Akaroa. HEX triplet: B8, B0 and 9E. RGB value is (184,176,158). Sum of RGB (Red+Green+Blue) = 184+176+158=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B09E is #474F61. Grayscale: #B0B0B0. Windows color (decimal): -4673378 or 10399928. OLE color: 10399928.
HSL color Cylindrical-coordinate representation of color #B8B09E: hue angle of 41.54º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8B09E is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 158 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.28 |
| HSL | 41.54º | 0.15% | 0.67% | - |
| HSV(B) | 41.54º | 0.14% | 0.72% | - |
| XYZ | 41.46 | 43.71 | 38.6 | - |
| YUV | 176.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 158 | 0 | 0.04 | 0.14 | 0.28 | 41.54 | 0.15 | 0.67 |
| Hex | B8 | B0 | 9E | 0 | 4 | E | 1C | 2A | F | 43 |
| Octal | 270 | 260 | 236 | 0 | 4 | 16 | 34 | 52 | 17 | 103 |
| Binary | 10111000 | 10110000 | 10011110 | 0 | 100 | 1110 | 11100 | 101010 | 1111 | 1000011 |
Color Harmonies of #B8B09E
Complementary color
Monochromatic Colors of #B8B09E
Black with #B8B09E
Text Example
Text Example
White with #B8B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B09E; }
p { color: rgb(184,176,158); }
H1.HeaderClassName
{
color: #B8B09E;
}
.AnyTagClassName
{
color: #B8B09E;
}
</style>
background-color css
<style>
a { background-color: #B8B09E; }
a { background-color: rgb(184,176,158); }
div.DivClassName
{
background-color: #B8B09E;
}
.BgClassName
{
background-color: #B8B09E;
}
</style>
border-color css
<style>
span { border-color: #B8B09E; }
span { border-color: rgb(184,176,158); }
td.TdClassName
{
border-color: #B8B09E;
}
.TagClassName
{
border-color: #B8B09E;
}
</style>