Shades of Akaroa #BFB093
Tints of Akaroa #BFB093
RGB
CMYK
RGB Variations
Color information
#BFB093 (or 0xBFB093) is known color: Akaroa. HEX triplet: BF, B0 and 93. RGB value is (191,176,147). Sum of RGB (Red+Green+Blue) = 191+176+147=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB093 is #404F6C. Grayscale: #B1B1B1. Windows color (decimal): -4214637 or 9679039. OLE color: 9679039.
HSL color Cylindrical-coordinate representation of color #BFB093: hue angle of 39.55º degrees, saturation: 0.26, 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 #BFB093 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 147 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.25 |
| HSL | 39.55º | 0.26% | 0.66% | - |
| HSV(B) | 39.55º | 0.23% | 0.75% | - |
| XYZ | 42.28 | 44.23 | 33.91 | - |
| YUV | 177.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 147 | 0 | 0.08 | 0.23 | 0.25 | 39.55 | 0.26 | 0.66 |
| Hex | BF | B0 | 93 | 0 | 8 | 17 | 19 | 28 | 1A | 42 |
| Octal | 277 | 260 | 223 | 0 | 10 | 27 | 31 | 50 | 32 | 102 |
| Binary | 10111111 | 10110000 | 10010011 | 0 | 1000 | 10111 | 11001 | 101000 | 11010 | 1000010 |
Color Harmonies of #BFB093
Complementary color
Monochromatic Colors of #BFB093
Black with #BFB093
Text Example
Text Example
White with #BFB093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB093; }
p { color: rgb(191,176,147); }
H1.HeaderClassName
{
color: #BFB093;
}
.AnyTagClassName
{
color: #BFB093;
}
</style>
background-color css
<style>
a { background-color: #BFB093; }
a { background-color: rgb(191,176,147); }
div.DivClassName
{
background-color: #BFB093;
}
.BgClassName
{
background-color: #BFB093;
}
</style>
border-color css
<style>
span { border-color: #BFB093; }
span { border-color: rgb(191,176,147); }
td.TdClassName
{
border-color: #BFB093;
}
.TagClassName
{
border-color: #BFB093;
}
</style>