Shades of Geebung #BF8421
Tints of Geebung #BF8421
RGB
CMYK
RGB Variations
Color information
#BF8421 (or 0xBF8421) is known color: Geebung. HEX triplet: BF, 84 and 21. RGB value is (191,132,33). Sum of RGB (Red+Green+Blue) = 191+132+33=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8421 is #407BDE. Grayscale: #8A8A8A. Windows color (decimal): -4226015 or 2196671. OLE color: 2196671.
HSL color Cylindrical-coordinate representation of color #BF8421: hue angle of 37.59º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF8421 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 33 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.25 |
| HSL | 37.59º | 0.71% | 0.44% | - |
| HSV(B) | 37.59º | 0.83% | 0.75% | - |
| XYZ | 30.01 | 27.69 | 5.2 | - |
| YUV | 138.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 33 | 0 | 0.31 | 0.83 | 0.25 | 37.59 | 0.71 | 0.44 |
| Hex | BF | 84 | 21 | 0 | 1F | 53 | 19 | 26 | 47 | 2C |
| Octal | 277 | 204 | 41 | 0 | 37 | 123 | 31 | 46 | 107 | 54 |
| Binary | 10111111 | 10000100 | 100001 | 0 | 11111 | 1010011 | 11001 | 100110 | 1000111 | 101100 |
Color Harmonies of #BF8421
Complementary color
Monochromatic Colors of #BF8421
Black with #BF8421
Text Example
Text Example
White with #BF8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8421; }
p { color: rgb(191,132,33); }
H1.HeaderClassName
{
color: #BF8421;
}
.AnyTagClassName
{
color: #BF8421;
}
</style>
background-color css
<style>
a { background-color: #BF8421; }
a { background-color: rgb(191,132,33); }
div.DivClassName
{
background-color: #BF8421;
}
.BgClassName
{
background-color: #BF8421;
}
</style>
border-color css
<style>
span { border-color: #BF8421; }
span { border-color: rgb(191,132,33); }
td.TdClassName
{
border-color: #BF8421;
}
.TagClassName
{
border-color: #BF8421;
}
</style>