Shades of Akaroa #BFAF96
Tints of Akaroa #BFAF96
RGB
CMYK
RGB Variations
Color information
#BFAF96 (or 0xBFAF96) is known color: Akaroa. HEX triplet: BF, AF and 96. RGB value is (191,175,150). Sum of RGB (Red+Green+Blue) = 191+175+150=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF96 is #405069. Grayscale: #B1B1B1. Windows color (decimal): -4214890 or 9875391. OLE color: 9875391.
HSL color Cylindrical-coordinate representation of color #BFAF96: hue angle of 36.59º 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 #BFAF96 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 150 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.25 |
| HSL | 36.59º | 0.24% | 0.67% | - |
| HSV(B) | 36.59º | 0.21% | 0.75% | - |
| XYZ | 42.32 | 43.94 | 35.1 | - |
| YUV | 176.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 150 | 0 | 0.08 | 0.21 | 0.25 | 36.59 | 0.24 | 0.67 |
| Hex | BF | AF | 96 | 0 | 8 | 15 | 19 | 25 | 18 | 43 |
| Octal | 277 | 257 | 226 | 0 | 10 | 25 | 31 | 45 | 30 | 103 |
| Binary | 10111111 | 10101111 | 10010110 | 0 | 1000 | 10101 | 11001 | 100101 | 11000 | 1000011 |
Color Harmonies of #BFAF96
Complementary color
Monochromatic Colors of #BFAF96
Black with #BFAF96
Text Example
Text Example
White with #BFAF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF96; }
p { color: rgb(191,175,150); }
H1.HeaderClassName
{
color: #BFAF96;
}
.AnyTagClassName
{
color: #BFAF96;
}
</style>
background-color css
<style>
a { background-color: #BFAF96; }
a { background-color: rgb(191,175,150); }
div.DivClassName
{
background-color: #BFAF96;
}
.BgClassName
{
background-color: #BFAF96;
}
</style>
border-color css
<style>
span { border-color: #BFAF96; }
span { border-color: rgb(191,175,150); }
td.TdClassName
{
border-color: #BFAF96;
}
.TagClassName
{
border-color: #BFAF96;
}
</style>