Shades of Akaroa #BDA991
Tints of Akaroa #BDA991
RGB
CMYK
RGB Variations
Color information
#BDA991 (or 0xBDA991) is known color: Akaroa. HEX triplet: BD, A9 and 91. RGB value is (189,169,145). Sum of RGB (Red+Green+Blue) = 189+169+145=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA991 is #42566E. Grayscale: #ACACAC. Windows color (decimal): -4347503 or 9546173. OLE color: 9546173.
HSL color Cylindrical-coordinate representation of color #BDA991: hue angle of 32.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA991 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 145 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.26 |
| HSL | 32.73º | 0.25% | 0.65% | - |
| HSV(B) | 32.73º | 0.23% | 0.74% | - |
| XYZ | 40.29 | 41.24 | 32.62 | - |
| YUV | 172.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 145 | 0 | 0.11 | 0.23 | 0.26 | 32.73 | 0.25 | 0.65 |
| Hex | BD | A9 | 91 | 0 | B | 17 | 1A | 21 | 19 | 41 |
| Octal | 275 | 251 | 221 | 0 | 13 | 27 | 32 | 41 | 31 | 101 |
| Binary | 10111101 | 10101001 | 10010001 | 0 | 1011 | 10111 | 11010 | 100001 | 11001 | 1000001 |
Color Harmonies of #BDA991
Complementary color
Monochromatic Colors of #BDA991
Black with #BDA991
Text Example
Text Example
White with #BDA991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA991; }
p { color: rgb(189,169,145); }
H1.HeaderClassName
{
color: #BDA991;
}
.AnyTagClassName
{
color: #BDA991;
}
</style>
background-color css
<style>
a { background-color: #BDA991; }
a { background-color: rgb(189,169,145); }
div.DivClassName
{
background-color: #BDA991;
}
.BgClassName
{
background-color: #BDA991;
}
</style>
border-color css
<style>
span { border-color: #BDA991; }
span { border-color: rgb(189,169,145); }
td.TdClassName
{
border-color: #BDA991;
}
.TagClassName
{
border-color: #BDA991;
}
</style>