Shades of Akaroa #BFB29A
Tints of Akaroa #BFB29A
RGB
CMYK
RGB Variations
Color information
#BFB29A (or 0xBFB29A) is known color: Akaroa. HEX triplet: BF, B2 and 9A. RGB value is (191,178,154). Sum of RGB (Red+Green+Blue) = 191+178+154=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB29A is #404D65. Grayscale: #B3B3B3. Windows color (decimal): -4214118 or 10138303. OLE color: 10138303.
HSL color Cylindrical-coordinate representation of color #BFB29A: hue angle of 38.92º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFB29A is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 154 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.25 |
| HSL | 38.92º | 0.22% | 0.68% | - |
| HSV(B) | 38.92º | 0.19% | 0.75% | - |
| XYZ | 43.24 | 45.25 | 37.03 | - |
| YUV | 179.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 154 | 0 | 0.07 | 0.19 | 0.25 | 38.92 | 0.22 | 0.68 |
| Hex | BF | B2 | 9A | 0 | 7 | 13 | 19 | 27 | 16 | 44 |
| Octal | 277 | 262 | 232 | 0 | 7 | 23 | 31 | 47 | 26 | 104 |
| Binary | 10111111 | 10110010 | 10011010 | 0 | 111 | 10011 | 11001 | 100111 | 10110 | 1000100 |
Color Harmonies of #BFB29A
Complementary color
Monochromatic Colors of #BFB29A
Black with #BFB29A
Text Example
Text Example
White with #BFB29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB29A; }
p { color: rgb(191,178,154); }
H1.HeaderClassName
{
color: #BFB29A;
}
.AnyTagClassName
{
color: #BFB29A;
}
</style>
background-color css
<style>
a { background-color: #BFB29A; }
a { background-color: rgb(191,178,154); }
div.DivClassName
{
background-color: #BFB29A;
}
.BgClassName
{
background-color: #BFB29A;
}
</style>
border-color css
<style>
span { border-color: #BFB29A; }
span { border-color: rgb(191,178,154); }
td.TdClassName
{
border-color: #BFB29A;
}
.TagClassName
{
border-color: #BFB29A;
}
</style>