Shades of Akaroa #BFB099
Tints of Akaroa #BFB099
RGB
CMYK
RGB Variations
Color information
#BFB099 (or 0xBFB099) is known color: Akaroa. HEX triplet: BF, B0 and 99. RGB value is (191,176,153). Sum of RGB (Red+Green+Blue) = 191+176+153=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB099 is #404F66. Grayscale: #B1B1B1. Windows color (decimal): -4214631 or 10072255. OLE color: 10072255.
HSL color Cylindrical-coordinate representation of color #BFB099: hue angle of 36.32º 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 #BFB099 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 153 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.25 |
| HSL | 36.32º | 0.23% | 0.67% | - |
| HSV(B) | 36.32º | 0.2% | 0.75% | - |
| XYZ | 42.76 | 44.43 | 36.46 | - |
| YUV | 177.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 153 | 0 | 0.08 | 0.20 | 0.25 | 36.32 | 0.23 | 0.67 |
| Hex | BF | B0 | 99 | 0 | 8 | 14 | 19 | 24 | 17 | 43 |
| Octal | 277 | 260 | 231 | 0 | 10 | 24 | 31 | 44 | 27 | 103 |
| Binary | 10111111 | 10110000 | 10011001 | 0 | 1000 | 10100 | 11001 | 100100 | 10111 | 1000011 |
Color Harmonies of #BFB099
Complementary color
Monochromatic Colors of #BFB099
Black with #BFB099
Text Example
Text Example
White with #BFB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB099; }
p { color: rgb(191,176,153); }
H1.HeaderClassName
{
color: #BFB099;
}
.AnyTagClassName
{
color: #BFB099;
}
</style>
background-color css
<style>
a { background-color: #BFB099; }
a { background-color: rgb(191,176,153); }
div.DivClassName
{
background-color: #BFB099;
}
.BgClassName
{
background-color: #BFB099;
}
</style>
border-color css
<style>
span { border-color: #BFB099; }
span { border-color: rgb(191,176,153); }
td.TdClassName
{
border-color: #BFB099;
}
.TagClassName
{
border-color: #BFB099;
}
</style>