Shades of Akaroa #BFB092
Tints of Akaroa #BFB092
RGB
CMYK
RGB Variations
Color information
#BFB092 (or 0xBFB092) is known color: Akaroa. HEX triplet: BF, B0 and 92. RGB value is (191,176,146). Sum of RGB (Red+Green+Blue) = 191+176+146=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB092 is #404F6D. Grayscale: #B1B1B1. Windows color (decimal): -4214638 or 9613503. OLE color: 9613503.
HSL color Cylindrical-coordinate representation of color #BFB092: hue angle of 40º 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 #BFB092 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 146 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.25 |
| HSL | 40º | 0.26% | 0.66% | - |
| HSV(B) | 40º | 0.24% | 0.75% | - |
| XYZ | 42.2 | 44.2 | 33.5 | - |
| YUV | 177.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 146 | 0 | 0.08 | 0.24 | 0.25 | 40 | 0.26 | 0.66 |
| Hex | BF | B0 | 92 | 0 | 8 | 18 | 19 | 28 | 1A | 42 |
| Octal | 277 | 260 | 222 | 0 | 10 | 30 | 31 | 50 | 32 | 102 |
| Binary | 10111111 | 10110000 | 10010010 | 0 | 1000 | 11000 | 11001 | 101000 | 11010 | 1000010 |
Color Harmonies of #BFB092
Complementary color
Monochromatic Colors of #BFB092
Black with #BFB092
Text Example
Text Example
White with #BFB092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB092; }
p { color: rgb(191,176,146); }
H1.HeaderClassName
{
color: #BFB092;
}
.AnyTagClassName
{
color: #BFB092;
}
</style>
background-color css
<style>
a { background-color: #BFB092; }
a { background-color: rgb(191,176,146); }
div.DivClassName
{
background-color: #BFB092;
}
.BgClassName
{
background-color: #BFB092;
}
</style>
border-color css
<style>
span { border-color: #BFB092; }
span { border-color: rgb(191,176,146); }
td.TdClassName
{
border-color: #BFB092;
}
.TagClassName
{
border-color: #BFB092;
}
</style>