Shades of Akaroa #BFB19B
Tints of Akaroa #BFB19B
RGB
CMYK
RGB Variations
Color information
#BFB19B (or 0xBFB19B) is known color: Akaroa. HEX triplet: BF, B1 and 9B. RGB value is (191,177,155). Sum of RGB (Red+Green+Blue) = 191+177+155=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB19B is #404E64. Grayscale: #B2B2B2. Windows color (decimal): -4214373 or 10203583. OLE color: 10203583.
HSL color Cylindrical-coordinate representation of color #BFB19B: hue angle of 36.67º 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 #BFB19B is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 155 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.25 |
| HSL | 36.67º | 0.22% | 0.68% | - |
| HSV(B) | 36.67º | 0.19% | 0.75% | - |
| XYZ | 43.12 | 44.89 | 37.4 | - |
| YUV | 178.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 155 | 0 | 0.07 | 0.19 | 0.25 | 36.67 | 0.22 | 0.68 |
| Hex | BF | B1 | 9B | 0 | 7 | 13 | 19 | 25 | 16 | 44 |
| Octal | 277 | 261 | 233 | 0 | 7 | 23 | 31 | 45 | 26 | 104 |
| Binary | 10111111 | 10110001 | 10011011 | 0 | 111 | 10011 | 11001 | 100101 | 10110 | 1000100 |
Color Harmonies of #BFB19B
Complementary color
Monochromatic Colors of #BFB19B
Black with #BFB19B
Text Example
Text Example
White with #BFB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB19B; }
p { color: rgb(191,177,155); }
H1.HeaderClassName
{
color: #BFB19B;
}
.AnyTagClassName
{
color: #BFB19B;
}
</style>
background-color css
<style>
a { background-color: #BFB19B; }
a { background-color: rgb(191,177,155); }
div.DivClassName
{
background-color: #BFB19B;
}
.BgClassName
{
background-color: #BFB19B;
}
</style>
border-color css
<style>
span { border-color: #BFB19B; }
span { border-color: rgb(191,177,155); }
td.TdClassName
{
border-color: #BFB19B;
}
.TagClassName
{
border-color: #BFB19B;
}
</style>