Shades of Akaroa #B7B09E
Tints of Akaroa #B7B09E
RGB
CMYK
RGB Variations
Color information
#B7B09E (or 0xB7B09E) is known color: Akaroa. HEX triplet: B7, B0 and 9E. RGB value is (183,176,158). Sum of RGB (Red+Green+Blue) = 183+176+158=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B09E is #484F61. Grayscale: #B0B0B0. Windows color (decimal): -4738914 or 10399927. OLE color: 10399927.
HSL color Cylindrical-coordinate representation of color #B7B09E: hue angle of 43.2º 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 #B7B09E is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 158 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.28 |
| HSL | 43.2º | 0.15% | 0.67% | - |
| HSV(B) | 43.2º | 0.14% | 0.72% | - |
| XYZ | 41.23 | 43.59 | 38.59 | - |
| YUV | 176.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 158 | 0 | 0.04 | 0.14 | 0.28 | 43.2 | 0.15 | 0.67 |
| Hex | B7 | B0 | 9E | 0 | 4 | E | 1C | 2B | F | 43 |
| Octal | 267 | 260 | 236 | 0 | 4 | 16 | 34 | 53 | 17 | 103 |
| Binary | 10110111 | 10110000 | 10011110 | 0 | 100 | 1110 | 11100 | 101011 | 1111 | 1000011 |
Color Harmonies of #B7B09E
Complementary color
Monochromatic Colors of #B7B09E
Black with #B7B09E
Text Example
Text Example
White with #B7B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B09E; }
p { color: rgb(183,176,158); }
H1.HeaderClassName
{
color: #B7B09E;
}
.AnyTagClassName
{
color: #B7B09E;
}
</style>
background-color css
<style>
a { background-color: #B7B09E; }
a { background-color: rgb(183,176,158); }
div.DivClassName
{
background-color: #B7B09E;
}
.BgClassName
{
background-color: #B7B09E;
}
</style>
border-color css
<style>
span { border-color: #B7B09E; }
span { border-color: rgb(183,176,158); }
td.TdClassName
{
border-color: #B7B09E;
}
.TagClassName
{
border-color: #B7B09E;
}
</style>