Shades of Akaroa #BCAA91
Tints of Akaroa #BCAA91
RGB
CMYK
RGB Variations
Color information
#BCAA91 (or 0xBCAA91) is known color: Akaroa. HEX triplet: BC, AA and 91. RGB value is (188,170,145). Sum of RGB (Red+Green+Blue) = 188+170+145=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA91 is #43556E. Grayscale: #ACACAC. Windows color (decimal): -4412783 or 9546428. OLE color: 9546428.
HSL color Cylindrical-coordinate representation of color #BCAA91: hue angle of 34.88º degrees, saturation: 0.24, 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 #BCAA91 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 145 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.26 |
| HSL | 34.88º | 0.24% | 0.65% | - |
| HSV(B) | 34.88º | 0.23% | 0.74% | - |
| XYZ | 40.22 | 41.49 | 32.68 | - |
| YUV | 172.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 145 | 0 | 0.10 | 0.23 | 0.26 | 34.88 | 0.24 | 0.65 |
| Hex | BC | AA | 91 | 0 | A | 17 | 1A | 23 | 18 | 41 |
| Octal | 274 | 252 | 221 | 0 | 12 | 27 | 32 | 43 | 30 | 101 |
| Binary | 10111100 | 10101010 | 10010001 | 0 | 1010 | 10111 | 11010 | 100011 | 11000 | 1000001 |
Color Harmonies of #BCAA91
Complementary color
Monochromatic Colors of #BCAA91
Black with #BCAA91
Text Example
Text Example
White with #BCAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA91; }
p { color: rgb(188,170,145); }
H1.HeaderClassName
{
color: #BCAA91;
}
.AnyTagClassName
{
color: #BCAA91;
}
</style>
background-color css
<style>
a { background-color: #BCAA91; }
a { background-color: rgb(188,170,145); }
div.DivClassName
{
background-color: #BCAA91;
}
.BgClassName
{
background-color: #BCAA91;
}
</style>
border-color css
<style>
span { border-color: #BCAA91; }
span { border-color: rgb(188,170,145); }
td.TdClassName
{
border-color: #BCAA91;
}
.TagClassName
{
border-color: #BCAA91;
}
</style>