Shades of Akaroa #BFB195
Tints of Akaroa #BFB195
RGB
CMYK
RGB Variations
Color information
#BFB195 (or 0xBFB195) is known color: Akaroa. HEX triplet: BF, B1 and 95. RGB value is (191,177,149). Sum of RGB (Red+Green+Blue) = 191+177+149=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB195 is #404E6A. Grayscale: #B2B2B2. Windows color (decimal): -4214379 or 9810367. OLE color: 9810367.
HSL color Cylindrical-coordinate representation of color #BFB195: hue angle of 40º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB195 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 149 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.25 |
| HSL | 40º | 0.25% | 0.67% | - |
| HSV(B) | 40º | 0.22% | 0.75% | - |
| XYZ | 42.63 | 44.69 | 34.81 | - |
| YUV | 177.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 149 | 0 | 0.07 | 0.22 | 0.25 | 40 | 0.25 | 0.67 |
| Hex | BF | B1 | 95 | 0 | 7 | 16 | 19 | 28 | 19 | 43 |
| Octal | 277 | 261 | 225 | 0 | 7 | 26 | 31 | 50 | 31 | 103 |
| Binary | 10111111 | 10110001 | 10010101 | 0 | 111 | 10110 | 11001 | 101000 | 11001 | 1000011 |
Color Harmonies of #BFB195
Complementary color
Monochromatic Colors of #BFB195
Black with #BFB195
Text Example
Text Example
White with #BFB195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB195; }
p { color: rgb(191,177,149); }
H1.HeaderClassName
{
color: #BFB195;
}
.AnyTagClassName
{
color: #BFB195;
}
</style>
background-color css
<style>
a { background-color: #BFB195; }
a { background-color: rgb(191,177,149); }
div.DivClassName
{
background-color: #BFB195;
}
.BgClassName
{
background-color: #BFB195;
}
</style>
border-color css
<style>
span { border-color: #BFB195; }
span { border-color: rgb(191,177,149); }
td.TdClassName
{
border-color: #BFB195;
}
.TagClassName
{
border-color: #BFB195;
}
</style>