Shades of Akaroa #BFB294
Tints of Akaroa #BFB294
RGB
CMYK
RGB Variations
Color information
#BFB294 (or 0xBFB294) is known color: Akaroa. HEX triplet: BF, B2 and 94. RGB value is (191,178,148). Sum of RGB (Red+Green+Blue) = 191+178+148=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB294 is #404D6B. Grayscale: #B2B2B2. Windows color (decimal): -4214124 or 9745087. OLE color: 9745087.
HSL color Cylindrical-coordinate representation of color #BFB294: hue angle of 41.86º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB294 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 148 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.25 |
| HSL | 41.86º | 0.25% | 0.66% | - |
| HSV(B) | 41.86º | 0.23% | 0.75% | - |
| XYZ | 42.75 | 45.06 | 34.46 | - |
| YUV | 178.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 148 | 0 | 0.07 | 0.23 | 0.25 | 41.86 | 0.25 | 0.66 |
| Hex | BF | B2 | 94 | 0 | 7 | 17 | 19 | 2A | 19 | 42 |
| Octal | 277 | 262 | 224 | 0 | 7 | 27 | 31 | 52 | 31 | 102 |
| Binary | 10111111 | 10110010 | 10010100 | 0 | 111 | 10111 | 11001 | 101010 | 11001 | 1000010 |
Color Harmonies of #BFB294
Complementary color
Monochromatic Colors of #BFB294
Black with #BFB294
Text Example
Text Example
White with #BFB294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB294; }
p { color: rgb(191,178,148); }
H1.HeaderClassName
{
color: #BFB294;
}
.AnyTagClassName
{
color: #BFB294;
}
</style>
background-color css
<style>
a { background-color: #BFB294; }
a { background-color: rgb(191,178,148); }
div.DivClassName
{
background-color: #BFB294;
}
.BgClassName
{
background-color: #BFB294;
}
</style>
border-color css
<style>
span { border-color: #BFB294; }
span { border-color: rgb(191,178,148); }
td.TdClassName
{
border-color: #BFB294;
}
.TagClassName
{
border-color: #BFB294;
}
</style>