Shades of Akaroa #BFB09B
Tints of Akaroa #BFB09B
RGB
CMYK
RGB Variations
Color information
#BFB09B (or 0xBFB09B) is known color: Akaroa. HEX triplet: BF, B0 and 9B. RGB value is (191,176,155). Sum of RGB (Red+Green+Blue) = 191+176+155=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB09B is #404F64. Grayscale: #B2B2B2. Windows color (decimal): -4214629 or 10203327. OLE color: 10203327.
HSL color Cylindrical-coordinate representation of color #BFB09B: hue angle of 35º 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 #BFB09B is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 155 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.25 |
| HSL | 35º | 0.22% | 0.68% | - |
| HSV(B) | 35º | 0.19% | 0.75% | - |
| XYZ | 42.93 | 44.49 | 37.34 | - |
| YUV | 178.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 155 | 0 | 0.08 | 0.19 | 0.25 | 35 | 0.22 | 0.68 |
| Hex | BF | B0 | 9B | 0 | 8 | 13 | 19 | 23 | 16 | 44 |
| Octal | 277 | 260 | 233 | 0 | 10 | 23 | 31 | 43 | 26 | 104 |
| Binary | 10111111 | 10110000 | 10011011 | 0 | 1000 | 10011 | 11001 | 100011 | 10110 | 1000100 |
Color Harmonies of #BFB09B
Complementary color
Monochromatic Colors of #BFB09B
Black with #BFB09B
Text Example
Text Example
White with #BFB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB09B; }
p { color: rgb(191,176,155); }
H1.HeaderClassName
{
color: #BFB09B;
}
.AnyTagClassName
{
color: #BFB09B;
}
</style>
background-color css
<style>
a { background-color: #BFB09B; }
a { background-color: rgb(191,176,155); }
div.DivClassName
{
background-color: #BFB09B;
}
.BgClassName
{
background-color: #BFB09B;
}
</style>
border-color css
<style>
span { border-color: #BFB09B; }
span { border-color: rgb(191,176,155); }
td.TdClassName
{
border-color: #BFB09B;
}
.TagClassName
{
border-color: #BFB09B;
}
</style>