Shades of Akaroa #BFAF98
Tints of Akaroa #BFAF98
RGB
CMYK
RGB Variations
Color information
#BFAF98 (or 0xBFAF98) is known color: Akaroa. HEX triplet: BF, AF and 98. RGB value is (191,175,152). Sum of RGB (Red+Green+Blue) = 191+175+152=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF98 is #405067. Grayscale: #B1B1B1. Windows color (decimal): -4214888 or 10006463. OLE color: 10006463.
HSL color Cylindrical-coordinate representation of color #BFAF98: hue angle of 35.38º 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 #BFAF98 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 152 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.25 |
| HSL | 35.38º | 0.23% | 0.67% | - |
| HSV(B) | 35.38º | 0.2% | 0.75% | - |
| XYZ | 42.48 | 44 | 35.96 | - |
| YUV | 177.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 152 | 0 | 0.08 | 0.20 | 0.25 | 35.38 | 0.23 | 0.67 |
| Hex | BF | AF | 98 | 0 | 8 | 14 | 19 | 23 | 17 | 43 |
| Octal | 277 | 257 | 230 | 0 | 10 | 24 | 31 | 43 | 27 | 103 |
| Binary | 10111111 | 10101111 | 10011000 | 0 | 1000 | 10100 | 11001 | 100011 | 10111 | 1000011 |
Color Harmonies of #BFAF98
Complementary color
Monochromatic Colors of #BFAF98
Black with #BFAF98
Text Example
Text Example
White with #BFAF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF98; }
p { color: rgb(191,175,152); }
H1.HeaderClassName
{
color: #BFAF98;
}
.AnyTagClassName
{
color: #BFAF98;
}
</style>
background-color css
<style>
a { background-color: #BFAF98; }
a { background-color: rgb(191,175,152); }
div.DivClassName
{
background-color: #BFAF98;
}
.BgClassName
{
background-color: #BFAF98;
}
</style>
border-color css
<style>
span { border-color: #BFAF98; }
span { border-color: rgb(191,175,152); }
td.TdClassName
{
border-color: #BFAF98;
}
.TagClassName
{
border-color: #BFAF98;
}
</style>