Shades of Geebung #BF831D
Tints of Geebung #BF831D
RGB
CMYK
RGB Variations
Color information
#BF831D (or 0xBF831D) is known color: Geebung. HEX triplet: BF, 83 and 1D. RGB value is (191,131,29). Sum of RGB (Red+Green+Blue) = 191+131+29=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF831D is #407CE2. Grayscale: #898989. Windows color (decimal): -4226275 or 1934271. OLE color: 1934271.
HSL color Cylindrical-coordinate representation of color #BF831D: hue angle of 37.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF831D is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 29 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.25 |
| HSL | 37.78º | 0.74% | 0.43% | - |
| HSV(B) | 37.78º | 0.85% | 0.75% | - |
| XYZ | 29.82 | 27.4 | 4.88 | - |
| YUV | 137.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 29 | 0 | 0.31 | 0.85 | 0.25 | 37.78 | 0.74 | 0.43 |
| Hex | BF | 83 | 1D | 0 | 1F | 55 | 19 | 26 | 4A | 2B |
| Octal | 277 | 203 | 35 | 0 | 37 | 125 | 31 | 46 | 112 | 53 |
| Binary | 10111111 | 10000011 | 11101 | 0 | 11111 | 1010101 | 11001 | 100110 | 1001010 | 101011 |
Color Harmonies of #BF831D
Complementary color
Monochromatic Colors of #BF831D
Black with #BF831D
Text Example
Text Example
White with #BF831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF831D; }
p { color: rgb(191,131,29); }
H1.HeaderClassName
{
color: #BF831D;
}
.AnyTagClassName
{
color: #BF831D;
}
</style>
background-color css
<style>
a { background-color: #BF831D; }
a { background-color: rgb(191,131,29); }
div.DivClassName
{
background-color: #BF831D;
}
.BgClassName
{
background-color: #BF831D;
}
</style>
border-color css
<style>
span { border-color: #BF831D; }
span { border-color: rgb(191,131,29); }
td.TdClassName
{
border-color: #BF831D;
}
.TagClassName
{
border-color: #BF831D;
}
</style>