Shades of Akaroa #BFAE92
Tints of Akaroa #BFAE92
RGB
CMYK
RGB Variations
Color information
#BFAE92 (or 0xBFAE92) is known color: Akaroa. HEX triplet: BF, AE and 92. RGB value is (191,174,146). Sum of RGB (Red+Green+Blue) = 191+174+146=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE92 is #40516D. Grayscale: #B0B0B0. Windows color (decimal): -4215150 or 9612991. OLE color: 9612991.
HSL color Cylindrical-coordinate representation of color #BFAE92: hue angle of 37.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 #BFAE92 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 146 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.25 |
| HSL | 37.33º | 0.26% | 0.66% | - |
| HSV(B) | 37.33º | 0.24% | 0.75% | - |
| XYZ | 41.81 | 43.42 | 33.37 | - |
| YUV | 175.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 146 | 0 | 0.09 | 0.24 | 0.25 | 37.33 | 0.26 | 0.66 |
| Hex | BF | AE | 92 | 0 | 9 | 18 | 19 | 25 | 1A | 42 |
| Octal | 277 | 256 | 222 | 0 | 11 | 30 | 31 | 45 | 32 | 102 |
| Binary | 10111111 | 10101110 | 10010010 | 0 | 1001 | 11000 | 11001 | 100101 | 11010 | 1000010 |
Color Harmonies of #BFAE92
Complementary color
Monochromatic Colors of #BFAE92
Black with #BFAE92
Text Example
Text Example
White with #BFAE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAE92; }
p { color: rgb(191,174,146); }
H1.HeaderClassName
{
color: #BFAE92;
}
.AnyTagClassName
{
color: #BFAE92;
}
</style>
background-color css
<style>
a { background-color: #BFAE92; }
a { background-color: rgb(191,174,146); }
div.DivClassName
{
background-color: #BFAE92;
}
.BgClassName
{
background-color: #BFAE92;
}
</style>
border-color css
<style>
span { border-color: #BFAE92; }
span { border-color: rgb(191,174,146); }
td.TdClassName
{
border-color: #BFAE92;
}
.TagClassName
{
border-color: #BFAE92;
}
</style>