Shades of Geebung #BF872D
Tints of Geebung #BF872D
RGB
CMYK
RGB Variations
Color information
#BF872D (or 0xBF872D) is known color: Geebung. HEX triplet: BF, 87 and 2D. RGB value is (191,135,45). Sum of RGB (Red+Green+Blue) = 191+135+45=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF872D is #4078D2. Grayscale: #8D8D8D. Windows color (decimal): -4225235 or 2983871. OLE color: 2983871.
HSL color Cylindrical-coordinate representation of color #BF872D: hue angle of 36.99º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF872D is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 45 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.25 |
| HSL | 36.99º | 0.62% | 0.46% | - |
| HSV(B) | 36.99º | 0.76% | 0.75% | - |
| XYZ | 30.62 | 28.59 | 6.39 | - |
| YUV | 141.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 45 | 0 | 0.29 | 0.76 | 0.25 | 36.99 | 0.62 | 0.46 |
| Hex | BF | 87 | 2D | 0 | 1D | 4C | 19 | 25 | 3E | 2E |
| Octal | 277 | 207 | 55 | 0 | 35 | 114 | 31 | 45 | 76 | 56 |
| Binary | 10111111 | 10000111 | 101101 | 0 | 11101 | 1001100 | 11001 | 100101 | 111110 | 101110 |
Color Harmonies of #BF872D
Complementary color
Monochromatic Colors of #BF872D
Black with #BF872D
Text Example
Text Example
White with #BF872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF872D; }
p { color: rgb(191,135,45); }
H1.HeaderClassName
{
color: #BF872D;
}
.AnyTagClassName
{
color: #BF872D;
}
</style>
background-color css
<style>
a { background-color: #BF872D; }
a { background-color: rgb(191,135,45); }
div.DivClassName
{
background-color: #BF872D;
}
.BgClassName
{
background-color: #BF872D;
}
</style>
border-color css
<style>
span { border-color: #BF872D; }
span { border-color: rgb(191,135,45); }
td.TdClassName
{
border-color: #BF872D;
}
.TagClassName
{
border-color: #BF872D;
}
</style>