Shades of Akaroa #B8B19C
Tints of Akaroa #B8B19C
RGB
CMYK
RGB Variations
Color information
#B8B19C (or 0xB8B19C) is known color: Akaroa. HEX triplet: B8, B1 and 9C. RGB value is (184,177,156). Sum of RGB (Red+Green+Blue) = 184+177+156=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B19C is #474E63. Grayscale: #B0B0B0. Windows color (decimal): -4673124 or 10269112. OLE color: 10269112.
HSL color Cylindrical-coordinate representation of color #B8B19C: hue angle of 45º 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 #B8B19C is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 156 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.28 |
| HSL | 45º | 0.16% | 0.67% | - |
| HSV(B) | 45º | 0.15% | 0.72% | - |
| XYZ | 41.49 | 44.03 | 37.77 | - |
| YUV | 176.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 156 | 0 | 0.04 | 0.15 | 0.28 | 45 | 0.16 | 0.67 |
| Hex | B8 | B1 | 9C | 0 | 4 | F | 1C | 2D | 10 | 43 |
| Octal | 270 | 261 | 234 | 0 | 4 | 17 | 34 | 55 | 20 | 103 |
| Binary | 10111000 | 10110001 | 10011100 | 0 | 100 | 1111 | 11100 | 101101 | 10000 | 1000011 |
Color Harmonies of #B8B19C
Complementary color
Monochromatic Colors of #B8B19C
Black with #B8B19C
Text Example
Text Example
White with #B8B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B19C; }
p { color: rgb(184,177,156); }
H1.HeaderClassName
{
color: #B8B19C;
}
.AnyTagClassName
{
color: #B8B19C;
}
</style>
background-color css
<style>
a { background-color: #B8B19C; }
a { background-color: rgb(184,177,156); }
div.DivClassName
{
background-color: #B8B19C;
}
.BgClassName
{
background-color: #B8B19C;
}
</style>
border-color css
<style>
span { border-color: #B8B19C; }
span { border-color: rgb(184,177,156); }
td.TdClassName
{
border-color: #B8B19C;
}
.TagClassName
{
border-color: #B8B19C;
}
</style>