Shades of Akaroa #BFB199
Tints of Akaroa #BFB199
RGB
CMYK
RGB Variations
Color information
#BFB199 (or 0xBFB199) is known color: Akaroa. HEX triplet: BF, B1 and 99. RGB value is (191,177,153). Sum of RGB (Red+Green+Blue) = 191+177+153=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB199 is #404E66. Grayscale: #B2B2B2. Windows color (decimal): -4214375 or 10072511. OLE color: 10072511.
HSL color Cylindrical-coordinate representation of color #BFB199: hue angle of 37.89º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB199 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 153 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.25 |
| HSL | 37.89º | 0.23% | 0.67% | - |
| HSV(B) | 37.89º | 0.2% | 0.75% | - |
| XYZ | 42.96 | 44.82 | 36.52 | - |
| YUV | 178.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 153 | 0 | 0.07 | 0.20 | 0.25 | 37.89 | 0.23 | 0.67 |
| Hex | BF | B1 | 99 | 0 | 7 | 14 | 19 | 26 | 17 | 43 |
| Octal | 277 | 261 | 231 | 0 | 7 | 24 | 31 | 46 | 27 | 103 |
| Binary | 10111111 | 10110001 | 10011001 | 0 | 111 | 10100 | 11001 | 100110 | 10111 | 1000011 |
Color Harmonies of #BFB199
Complementary color
Monochromatic Colors of #BFB199
Black with #BFB199
Text Example
Text Example
White with #BFB199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB199; }
p { color: rgb(191,177,153); }
H1.HeaderClassName
{
color: #BFB199;
}
.AnyTagClassName
{
color: #BFB199;
}
</style>
background-color css
<style>
a { background-color: #BFB199; }
a { background-color: rgb(191,177,153); }
div.DivClassName
{
background-color: #BFB199;
}
.BgClassName
{
background-color: #BFB199;
}
</style>
border-color css
<style>
span { border-color: #BFB199; }
span { border-color: rgb(191,177,153); }
td.TdClassName
{
border-color: #BFB199;
}
.TagClassName
{
border-color: #BFB199;
}
</style>