Shades of Akaroa #BFB296
Tints of Akaroa #BFB296
RGB
CMYK
RGB Variations
Color information
#BFB296 (or 0xBFB296) is known color: Akaroa. HEX triplet: BF, B2 and 96. RGB value is (191,178,150). Sum of RGB (Red+Green+Blue) = 191+178+150=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB296 is #404D69. Grayscale: #B2B2B2. Windows color (decimal): -4214122 or 9876159. OLE color: 9876159.
HSL color Cylindrical-coordinate representation of color #BFB296: hue angle of 40.98º 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 #BFB296 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 150 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.25 |
| HSL | 40.98º | 0.24% | 0.67% | - |
| HSV(B) | 40.98º | 0.21% | 0.75% | - |
| XYZ | 42.91 | 45.12 | 35.3 | - |
| YUV | 178.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 150 | 0 | 0.07 | 0.21 | 0.25 | 40.98 | 0.24 | 0.67 |
| Hex | BF | B2 | 96 | 0 | 7 | 15 | 19 | 29 | 18 | 43 |
| Octal | 277 | 262 | 226 | 0 | 7 | 25 | 31 | 51 | 30 | 103 |
| Binary | 10111111 | 10110010 | 10010110 | 0 | 111 | 10101 | 11001 | 101001 | 11000 | 1000011 |
Color Harmonies of #BFB296
Complementary color
Monochromatic Colors of #BFB296
Black with #BFB296
Text Example
Text Example
White with #BFB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB296; }
p { color: rgb(191,178,150); }
H1.HeaderClassName
{
color: #BFB296;
}
.AnyTagClassName
{
color: #BFB296;
}
</style>
background-color css
<style>
a { background-color: #BFB296; }
a { background-color: rgb(191,178,150); }
div.DivClassName
{
background-color: #BFB296;
}
.BgClassName
{
background-color: #BFB296;
}
</style>
border-color css
<style>
span { border-color: #BFB296; }
span { border-color: rgb(191,178,150); }
td.TdClassName
{
border-color: #BFB296;
}
.TagClassName
{
border-color: #BFB296;
}
</style>