Shades of Akaroa #BFB697
Tints of Akaroa #BFB697
RGB
CMYK
RGB Variations
Color information
#BFB697 (or 0xBFB697) is known color: Akaroa. HEX triplet: BF, B6 and 97. RGB value is (191,182,151). Sum of RGB (Red+Green+Blue) = 191+182+151=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB697 is #404968. Grayscale: #B5B5B5. Windows color (decimal): -4213097 or 9942719. OLE color: 9942719.
HSL color Cylindrical-coordinate representation of color #BFB697: hue angle of 46.5º 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 #BFB697 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 151 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.25 |
| HSL | 46.5º | 0.24% | 0.67% | - |
| HSV(B) | 46.5º | 0.21% | 0.75% | - |
| XYZ | 43.8 | 46.77 | 36 | - |
| YUV | 181.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 151 | 0 | 0.05 | 0.21 | 0.25 | 46.5 | 0.24 | 0.67 |
| Hex | BF | B6 | 97 | 0 | 5 | 15 | 19 | 2E | 18 | 43 |
| Octal | 277 | 266 | 227 | 0 | 5 | 25 | 31 | 56 | 30 | 103 |
| Binary | 10111111 | 10110110 | 10010111 | 0 | 101 | 10101 | 11001 | 101110 | 11000 | 1000011 |
Color Harmonies of #BFB697
Complementary color
Monochromatic Colors of #BFB697
Black with #BFB697
Text Example
Text Example
White with #BFB697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB697; }
p { color: rgb(191,182,151); }
H1.HeaderClassName
{
color: #BFB697;
}
.AnyTagClassName
{
color: #BFB697;
}
</style>
background-color css
<style>
a { background-color: #BFB697; }
a { background-color: rgb(191,182,151); }
div.DivClassName
{
background-color: #BFB697;
}
.BgClassName
{
background-color: #BFB697;
}
</style>
border-color css
<style>
span { border-color: #BFB697; }
span { border-color: rgb(191,182,151); }
td.TdClassName
{
border-color: #BFB697;
}
.TagClassName
{
border-color: #BFB697;
}
</style>