Shades of Akaroa #B8B09F
Tints of Akaroa #B8B09F
RGB
CMYK
RGB Variations
Color information
#B8B09F (or 0xB8B09F) is known color: Akaroa. HEX triplet: B8, B0 and 9F. RGB value is (184,176,159). Sum of RGB (Red+Green+Blue) = 184+176+159=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B09F is #474F60. Grayscale: #B0B0B0. Windows color (decimal): -4673377 or 10465464. OLE color: 10465464.
HSL color Cylindrical-coordinate representation of color #B8B09F: hue angle of 40.8º 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 #B8B09F is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 159 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.28 |
| HSL | 40.8º | 0.15% | 0.67% | - |
| HSV(B) | 40.8º | 0.14% | 0.72% | - |
| XYZ | 41.55 | 43.74 | 39.05 | - |
| YUV | 176.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 159 | 0 | 0.04 | 0.14 | 0.28 | 40.8 | 0.15 | 0.67 |
| Hex | B8 | B0 | 9F | 0 | 4 | E | 1C | 29 | F | 43 |
| Octal | 270 | 260 | 237 | 0 | 4 | 16 | 34 | 51 | 17 | 103 |
| Binary | 10111000 | 10110000 | 10011111 | 0 | 100 | 1110 | 11100 | 101001 | 1111 | 1000011 |
Color Harmonies of #B8B09F
Complementary color
Monochromatic Colors of #B8B09F
Black with #B8B09F
Text Example
Text Example
White with #B8B09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B09F; }
p { color: rgb(184,176,159); }
H1.HeaderClassName
{
color: #B8B09F;
}
.AnyTagClassName
{
color: #B8B09F;
}
</style>
background-color css
<style>
a { background-color: #B8B09F; }
a { background-color: rgb(184,176,159); }
div.DivClassName
{
background-color: #B8B09F;
}
.BgClassName
{
background-color: #B8B09F;
}
</style>
border-color css
<style>
span { border-color: #B8B09F; }
span { border-color: rgb(184,176,159); }
td.TdClassName
{
border-color: #B8B09F;
}
.TagClassName
{
border-color: #B8B09F;
}
</style>