Shades of Anzac #BF8844
Tints of Anzac #BF8844
RGB
CMYK
RGB Variations
Color information
#BF8844 (or 0xBF8844) is known color: Anzac. HEX triplet: BF, 88 and 44. RGB value is (191,136,68). Sum of RGB (Red+Green+Blue) = 191+136+68=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8844 is #4077BB. Grayscale: #919191. Windows color (decimal): -4224956 or 4491455. OLE color: 4491455.
HSL color Cylindrical-coordinate representation of color #BF8844: hue angle of 33.17º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF8844 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 68 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.25 |
| HSL | 33.17º | 0.49% | 0.51% | - |
| HSV(B) | 33.17º | 0.64% | 0.75% | - |
| XYZ | 31.33 | 29.1 | 9.43 | - |
| YUV | 144.69 | 84.72 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 68 | 0 | 0.29 | 0.64 | 0.25 | 33.17 | 0.49 | 0.51 |
| Hex | BF | 88 | 44 | 0 | 1D | 40 | 19 | 21 | 31 | 33 |
| Octal | 277 | 210 | 104 | 0 | 35 | 100 | 31 | 41 | 61 | 63 |
| Binary | 10111111 | 10001000 | 1000100 | 0 | 11101 | 1000000 | 11001 | 100001 | 110001 | 110011 |
Color Harmonies of #BF8844
Complementary color
Monochromatic Colors of #BF8844
Black with #BF8844
Text Example
Text Example
White with #BF8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8844; }
p { color: rgb(191,136,68); }
H1.HeaderClassName
{
color: #BF8844;
}
.AnyTagClassName
{
color: #BF8844;
}
</style>
background-color css
<style>
a { background-color: #BF8844; }
a { background-color: rgb(191,136,68); }
div.DivClassName
{
background-color: #BF8844;
}
.BgClassName
{
background-color: #BF8844;
}
</style>
border-color css
<style>
span { border-color: #BF8844; }
span { border-color: rgb(191,136,68); }
td.TdClassName
{
border-color: #BF8844;
}
.TagClassName
{
border-color: #BF8844;
}
</style>