Shades of Akaroa #BFB594
Tints of Akaroa #BFB594
RGB
CMYK
RGB Variations
Color information
#BFB594 (or 0xBFB594) is known color: Akaroa. HEX triplet: BF, B5 and 94. RGB value is (191,181,148). Sum of RGB (Red+Green+Blue) = 191+181+148=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB594 is #404A6B. Grayscale: #B4B4B4. Windows color (decimal): -4213356 or 9745855. OLE color: 9745855.
HSL color Cylindrical-coordinate representation of color #BFB594: hue angle of 46.05º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB594 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 148 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.25 |
| HSL | 46.05º | 0.25% | 0.66% | - |
| HSV(B) | 46.05º | 0.23% | 0.75% | - |
| XYZ | 43.36 | 46.26 | 34.66 | - |
| YUV | 180.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 148 | 0 | 0.05 | 0.23 | 0.25 | 46.05 | 0.25 | 0.66 |
| Hex | BF | B5 | 94 | 0 | 5 | 17 | 19 | 2E | 19 | 42 |
| Octal | 277 | 265 | 224 | 0 | 5 | 27 | 31 | 56 | 31 | 102 |
| Binary | 10111111 | 10110101 | 10010100 | 0 | 101 | 10111 | 11001 | 101110 | 11001 | 1000010 |
Color Harmonies of #BFB594
Complementary color
Monochromatic Colors of #BFB594
Black with #BFB594
Text Example
Text Example
White with #BFB594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB594; }
p { color: rgb(191,181,148); }
H1.HeaderClassName
{
color: #BFB594;
}
.AnyTagClassName
{
color: #BFB594;
}
</style>
background-color css
<style>
a { background-color: #BFB594; }
a { background-color: rgb(191,181,148); }
div.DivClassName
{
background-color: #BFB594;
}
.BgClassName
{
background-color: #BFB594;
}
</style>
border-color css
<style>
span { border-color: #BFB594; }
span { border-color: rgb(191,181,148); }
td.TdClassName
{
border-color: #BFB594;
}
.TagClassName
{
border-color: #BFB594;
}
</style>