Shades of Geebung #BD7F2F
Tints of Geebung #BD7F2F
RGB
CMYK
RGB Variations
Color information
#BD7F2F (or 0xBD7F2F) is known color: Geebung. HEX triplet: BD, 7F and 2F. RGB value is (189,127,47). Sum of RGB (Red+Green+Blue) = 189+127+47=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7F2F is #4280D0. Grayscale: #888888. Windows color (decimal): -4358353 or 3112893. OLE color: 3112893.
HSL color Cylindrical-coordinate representation of color #BD7F2F: hue angle of 33.8º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD7F2F is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 47 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.26 |
| HSL | 33.8º | 0.6% | 0.46% | - |
| HSV(B) | 33.8º | 0.75% | 0.74% | - |
| XYZ | 29.09 | 26.2 | 6.21 | - |
| YUV | 136.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 47 | 0 | 0.33 | 0.75 | 0.26 | 33.8 | 0.6 | 0.46 |
| Hex | BD | 7F | 2F | 0 | 21 | 4B | 1A | 22 | 3C | 2E |
| Octal | 275 | 177 | 57 | 0 | 41 | 113 | 32 | 42 | 74 | 56 |
| Binary | 10111101 | 1111111 | 101111 | 0 | 100001 | 1001011 | 11010 | 100010 | 111100 | 101110 |
Color Harmonies of #BD7F2F
Complementary color
Monochromatic Colors of #BD7F2F
Black with #BD7F2F
Text Example
Text Example
White with #BD7F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F2F; }
p { color: rgb(189,127,47); }
H1.HeaderClassName
{
color: #BD7F2F;
}
.AnyTagClassName
{
color: #BD7F2F;
}
</style>
background-color css
<style>
a { background-color: #BD7F2F; }
a { background-color: rgb(189,127,47); }
div.DivClassName
{
background-color: #BD7F2F;
}
.BgClassName
{
background-color: #BD7F2F;
}
</style>
border-color css
<style>
span { border-color: #BD7F2F; }
span { border-color: rgb(189,127,47); }
td.TdClassName
{
border-color: #BD7F2F;
}
.TagClassName
{
border-color: #BD7F2F;
}
</style>