Shades of Akaroa #B8B09D
Tints of Akaroa #B8B09D
RGB
CMYK
RGB Variations
Color information
#B8B09D (or 0xB8B09D) is known color: Akaroa. HEX triplet: B8, B0 and 9D. RGB value is (184,176,157). Sum of RGB (Red+Green+Blue) = 184+176+157=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B09D is #474F62. Grayscale: #B0B0B0. Windows color (decimal): -4673379 or 10334392. OLE color: 10334392.
HSL color Cylindrical-coordinate representation of color #B8B09D: hue angle of 42.22º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8B09D is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 157 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.28 |
| HSL | 42.22º | 0.16% | 0.67% | - |
| HSV(B) | 42.22º | 0.15% | 0.72% | - |
| XYZ | 41.38 | 43.68 | 38.15 | - |
| YUV | 176.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 157 | 0 | 0.04 | 0.15 | 0.28 | 42.22 | 0.16 | 0.67 |
| Hex | B8 | B0 | 9D | 0 | 4 | F | 1C | 2A | 10 | 43 |
| Octal | 270 | 260 | 235 | 0 | 4 | 17 | 34 | 52 | 20 | 103 |
| Binary | 10111000 | 10110000 | 10011101 | 0 | 100 | 1111 | 11100 | 101010 | 10000 | 1000011 |
Color Harmonies of #B8B09D
Complementary color
Monochromatic Colors of #B8B09D
Black with #B8B09D
Text Example
Text Example
White with #B8B09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B09D; }
p { color: rgb(184,176,157); }
H1.HeaderClassName
{
color: #B8B09D;
}
.AnyTagClassName
{
color: #B8B09D;
}
</style>
background-color css
<style>
a { background-color: #B8B09D; }
a { background-color: rgb(184,176,157); }
div.DivClassName
{
background-color: #B8B09D;
}
.BgClassName
{
background-color: #B8B09D;
}
</style>
border-color css
<style>
span { border-color: #B8B09D; }
span { border-color: rgb(184,176,157); }
td.TdClassName
{
border-color: #B8B09D;
}
.TagClassName
{
border-color: #B8B09D;
}
</style>