Shades of Akaroa #B9AD9B
Tints of Akaroa #B9AD9B
RGB
CMYK
RGB Variations
Color information
#B9AD9B (or 0xB9AD9B) is known color: Akaroa. HEX triplet: B9, AD and 9B. RGB value is (185,173,155). Sum of RGB (Red+Green+Blue) = 185+173+155=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD9B is #465264. Grayscale: #AEAEAE. Windows color (decimal): -4608613 or 10202553. OLE color: 10202553.
HSL color Cylindrical-coordinate representation of color #B9AD9B: hue angle of 36º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9AD9B is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 155 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.27 |
| HSL | 36º | 0.18% | 0.67% | - |
| HSV(B) | 36º | 0.16% | 0.73% | - |
| XYZ | 40.87 | 42.57 | 37.07 | - |
| YUV | 174.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 155 | 0 | 0.06 | 0.16 | 0.27 | 36 | 0.18 | 0.67 |
| Hex | B9 | AD | 9B | 0 | 6 | 10 | 1B | 24 | 12 | 43 |
| Octal | 271 | 255 | 233 | 0 | 6 | 20 | 33 | 44 | 22 | 103 |
| Binary | 10111001 | 10101101 | 10011011 | 0 | 110 | 10000 | 11011 | 100100 | 10010 | 1000011 |
Color Harmonies of #B9AD9B
Complementary color
Monochromatic Colors of #B9AD9B
Black with #B9AD9B
Text Example
Text Example
White with #B9AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD9B; }
p { color: rgb(185,173,155); }
H1.HeaderClassName
{
color: #B9AD9B;
}
.AnyTagClassName
{
color: #B9AD9B;
}
</style>
background-color css
<style>
a { background-color: #B9AD9B; }
a { background-color: rgb(185,173,155); }
div.DivClassName
{
background-color: #B9AD9B;
}
.BgClassName
{
background-color: #B9AD9B;
}
</style>
border-color css
<style>
span { border-color: #B9AD9B; }
span { border-color: rgb(185,173,155); }
td.TdClassName
{
border-color: #B9AD9B;
}
.TagClassName
{
border-color: #B9AD9B;
}
</style>