Shades of Akaroa #BCA891
Tints of Akaroa #BCA891
RGB
CMYK
RGB Variations
Color information
#BCA891 (or 0xBCA891) is known color: Akaroa. HEX triplet: BC, A8 and 91. RGB value is (188,168,145). Sum of RGB (Red+Green+Blue) = 188+168+145=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA891 is #43576E. Grayscale: #ABABAB. Windows color (decimal): -4413295 or 9545916. OLE color: 9545916.
HSL color Cylindrical-coordinate representation of color #BCA891: hue angle of 32.09º 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 #BCA891 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 145 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.26 |
| HSL | 32.09º | 0.24% | 0.65% | - |
| HSV(B) | 32.09º | 0.23% | 0.74% | - |
| XYZ | 39.85 | 40.74 | 32.55 | - |
| YUV | 171.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 145 | 0 | 0.11 | 0.23 | 0.26 | 32.09 | 0.24 | 0.65 |
| Hex | BC | A8 | 91 | 0 | B | 17 | 1A | 20 | 18 | 41 |
| Octal | 274 | 250 | 221 | 0 | 13 | 27 | 32 | 40 | 30 | 101 |
| Binary | 10111100 | 10101000 | 10010001 | 0 | 1011 | 10111 | 11010 | 100000 | 11000 | 1000001 |
Color Harmonies of #BCA891
Complementary color
Monochromatic Colors of #BCA891
Black with #BCA891
Text Example
Text Example
White with #BCA891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA891; }
p { color: rgb(188,168,145); }
H1.HeaderClassName
{
color: #BCA891;
}
.AnyTagClassName
{
color: #BCA891;
}
</style>
background-color css
<style>
a { background-color: #BCA891; }
a { background-color: rgb(188,168,145); }
div.DivClassName
{
background-color: #BCA891;
}
.BgClassName
{
background-color: #BCA891;
}
</style>
border-color css
<style>
span { border-color: #BCA891; }
span { border-color: rgb(188,168,145); }
td.TdClassName
{
border-color: #BCA891;
}
.TagClassName
{
border-color: #BCA891;
}
</style>