Shades of Akaroa #BFAB92
Tints of Akaroa #BFAB92
RGB
CMYK
RGB Variations
Color information
#BFAB92 (or 0xBFAB92) is known color: Akaroa. HEX triplet: BF, AB and 92. RGB value is (191,171,146). Sum of RGB (Red+Green+Blue) = 191+171+146=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB92 is #40546D. Grayscale: #AEAEAE. Windows color (decimal): -4215918 or 9612223. OLE color: 9612223.
HSL color Cylindrical-coordinate representation of color #BFAB92: hue angle of 33.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFAB92 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 146 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.25 |
| HSL | 33.33º | 0.26% | 0.66% | - |
| HSV(B) | 33.33º | 0.24% | 0.75% | - |
| XYZ | 41.24 | 42.28 | 33.18 | - |
| YUV | 174.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 146 | 0 | 0.10 | 0.24 | 0.25 | 33.33 | 0.26 | 0.66 |
| Hex | BF | AB | 92 | 0 | A | 18 | 19 | 21 | 1A | 42 |
| Octal | 277 | 253 | 222 | 0 | 12 | 30 | 31 | 41 | 32 | 102 |
| Binary | 10111111 | 10101011 | 10010010 | 0 | 1010 | 11000 | 11001 | 100001 | 11010 | 1000010 |
Color Harmonies of #BFAB92
Complementary color
Monochromatic Colors of #BFAB92
Black with #BFAB92
Text Example
Text Example
White with #BFAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB92; }
p { color: rgb(191,171,146); }
H1.HeaderClassName
{
color: #BFAB92;
}
.AnyTagClassName
{
color: #BFAB92;
}
</style>
background-color css
<style>
a { background-color: #BFAB92; }
a { background-color: rgb(191,171,146); }
div.DivClassName
{
background-color: #BFAB92;
}
.BgClassName
{
background-color: #BFAB92;
}
</style>
border-color css
<style>
span { border-color: #BFAB92; }
span { border-color: rgb(191,171,146); }
td.TdClassName
{
border-color: #BFAB92;
}
.TagClassName
{
border-color: #BFAB92;
}
</style>