Shades of Akaroa #BFB69C
Tints of Akaroa #BFB69C
RGB
CMYK
RGB Variations
Color information
#BFB69C (or 0xBFB69C) is known color: Akaroa. HEX triplet: BF, B6 and 9C. RGB value is (191,182,156). Sum of RGB (Red+Green+Blue) = 191+182+156=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB69C is #404963. Grayscale: #B5B5B5. Windows color (decimal): -4213092 or 10270399. OLE color: 10270399.
HSL color Cylindrical-coordinate representation of color #BFB69C: hue angle of 44.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB69C is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 156 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.25 |
| HSL | 44.57º | 0.21% | 0.68% | - |
| HSV(B) | 44.57º | 0.18% | 0.75% | - |
| XYZ | 44.21 | 46.93 | 38.18 | - |
| YUV | 181.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 156 | 0 | 0.05 | 0.18 | 0.25 | 44.57 | 0.21 | 0.68 |
| Hex | BF | B6 | 9C | 0 | 5 | 12 | 19 | 2D | 15 | 44 |
| Octal | 277 | 266 | 234 | 0 | 5 | 22 | 31 | 55 | 25 | 104 |
| Binary | 10111111 | 10110110 | 10011100 | 0 | 101 | 10010 | 11001 | 101101 | 10101 | 1000100 |
Color Harmonies of #BFB69C
Complementary color
Monochromatic Colors of #BFB69C
Black with #BFB69C
Text Example
Text Example
White with #BFB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB69C; }
p { color: rgb(191,182,156); }
H1.HeaderClassName
{
color: #BFB69C;
}
.AnyTagClassName
{
color: #BFB69C;
}
</style>
background-color css
<style>
a { background-color: #BFB69C; }
a { background-color: rgb(191,182,156); }
div.DivClassName
{
background-color: #BFB69C;
}
.BgClassName
{
background-color: #BFB69C;
}
</style>
border-color css
<style>
span { border-color: #BFB69C; }
span { border-color: rgb(191,182,156); }
td.TdClassName
{
border-color: #BFB69C;
}
.TagClassName
{
border-color: #BFB69C;
}
</style>