Shades of Akaroa #BFB399
Tints of Akaroa #BFB399
RGB
CMYK
RGB Variations
Color information
#BFB399 (or 0xBFB399) is known color: Akaroa. HEX triplet: BF, B3 and 99. RGB value is (191,179,153). Sum of RGB (Red+Green+Blue) = 191+179+153=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB399 is #404C66. Grayscale: #B3B3B3. Windows color (decimal): -4213863 or 10073023. OLE color: 10073023.
HSL color Cylindrical-coordinate representation of color #BFB399: hue angle of 41.05º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB399 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 153 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.25 |
| HSL | 41.05º | 0.23% | 0.67% | - |
| HSV(B) | 41.05º | 0.2% | 0.75% | - |
| XYZ | 43.36 | 45.62 | 36.66 | - |
| YUV | 179.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 153 | 0 | 0.06 | 0.20 | 0.25 | 41.05 | 0.23 | 0.67 |
| Hex | BF | B3 | 99 | 0 | 6 | 14 | 19 | 29 | 17 | 43 |
| Octal | 277 | 263 | 231 | 0 | 6 | 24 | 31 | 51 | 27 | 103 |
| Binary | 10111111 | 10110011 | 10011001 | 0 | 110 | 10100 | 11001 | 101001 | 10111 | 1000011 |
Color Harmonies of #BFB399
Complementary color
Monochromatic Colors of #BFB399
Black with #BFB399
Text Example
Text Example
White with #BFB399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB399; }
p { color: rgb(191,179,153); }
H1.HeaderClassName
{
color: #BFB399;
}
.AnyTagClassName
{
color: #BFB399;
}
</style>
background-color css
<style>
a { background-color: #BFB399; }
a { background-color: rgb(191,179,153); }
div.DivClassName
{
background-color: #BFB399;
}
.BgClassName
{
background-color: #BFB399;
}
</style>
border-color css
<style>
span { border-color: #BFB399; }
span { border-color: rgb(191,179,153); }
td.TdClassName
{
border-color: #BFB399;
}
.TagClassName
{
border-color: #BFB399;
}
</style>