Shades of Geebung #BD872C
Tints of Geebung #BD872C
RGB
CMYK
RGB Variations
Color information
#BD872C (or 0xBD872C) is known color: Geebung. HEX triplet: BD, 87 and 2C. RGB value is (189,135,44). Sum of RGB (Red+Green+Blue) = 189+135+44=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD872C is #4278D3. Grayscale: #8D8D8D. Windows color (decimal): -4356308 or 2918333. OLE color: 2918333.
HSL color Cylindrical-coordinate representation of color #BD872C: hue angle of 37.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD872C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 44 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.26 |
| HSL | 37.66º | 0.62% | 0.46% | - |
| HSV(B) | 37.66º | 0.77% | 0.74% | - |
| XYZ | 30.1 | 28.33 | 6.26 | - |
| YUV | 140.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 44 | 0 | 0.29 | 0.77 | 0.26 | 37.66 | 0.62 | 0.46 |
| Hex | BD | 87 | 2C | 0 | 1D | 4D | 1A | 26 | 3E | 2E |
| Octal | 275 | 207 | 54 | 0 | 35 | 115 | 32 | 46 | 76 | 56 |
| Binary | 10111101 | 10000111 | 101100 | 0 | 11101 | 1001101 | 11010 | 100110 | 111110 | 101110 |
Color Harmonies of #BD872C
Complementary color
Monochromatic Colors of #BD872C
Black with #BD872C
Text Example
Text Example
White with #BD872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD872C; }
p { color: rgb(189,135,44); }
H1.HeaderClassName
{
color: #BD872C;
}
.AnyTagClassName
{
color: #BD872C;
}
</style>
background-color css
<style>
a { background-color: #BD872C; }
a { background-color: rgb(189,135,44); }
div.DivClassName
{
background-color: #BD872C;
}
.BgClassName
{
background-color: #BD872C;
}
</style>
border-color css
<style>
span { border-color: #BD872C; }
span { border-color: rgb(189,135,44); }
td.TdClassName
{
border-color: #BD872C;
}
.TagClassName
{
border-color: #BD872C;
}
</style>