Shades of Akaroa #BFAC96
Tints of Akaroa #BFAC96
RGB
CMYK
RGB Variations
Color information
#BFAC96 (or 0xBFAC96) is known color: Akaroa. HEX triplet: BF, AC and 96. RGB value is (191,172,150). Sum of RGB (Red+Green+Blue) = 191+172+150=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC96 is #405369. Grayscale: #AFAFAF. Windows color (decimal): -4215658 or 9874623. OLE color: 9874623.
HSL color Cylindrical-coordinate representation of color #BFAC96: hue angle of 32.2º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFAC96 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 150 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.25 |
| HSL | 32.2º | 0.24% | 0.67% | - |
| HSV(B) | 32.2º | 0.21% | 0.75% | - |
| XYZ | 41.74 | 42.78 | 34.91 | - |
| YUV | 175.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 150 | 0 | 0.10 | 0.21 | 0.25 | 32.2 | 0.24 | 0.67 |
| Hex | BF | AC | 96 | 0 | A | 15 | 19 | 20 | 18 | 43 |
| Octal | 277 | 254 | 226 | 0 | 12 | 25 | 31 | 40 | 30 | 103 |
| Binary | 10111111 | 10101100 | 10010110 | 0 | 1010 | 10101 | 11001 | 100000 | 11000 | 1000011 |
Color Harmonies of #BFAC96
Complementary color
Monochromatic Colors of #BFAC96
Black with #BFAC96
Text Example
Text Example
White with #BFAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC96; }
p { color: rgb(191,172,150); }
H1.HeaderClassName
{
color: #BFAC96;
}
.AnyTagClassName
{
color: #BFAC96;
}
</style>
background-color css
<style>
a { background-color: #BFAC96; }
a { background-color: rgb(191,172,150); }
div.DivClassName
{
background-color: #BFAC96;
}
.BgClassName
{
background-color: #BFAC96;
}
</style>
border-color css
<style>
span { border-color: #BFAC96; }
span { border-color: rgb(191,172,150); }
td.TdClassName
{
border-color: #BFAC96;
}
.TagClassName
{
border-color: #BFAC96;
}
</style>