Shades of Geebung #BD802F
Tints of Geebung #BD802F
RGB
CMYK
RGB Variations
Color information
#BD802F (or 0xBD802F) is known color: Geebung. HEX triplet: BD, 80 and 2F. RGB value is (189,128,47). Sum of RGB (Red+Green+Blue) = 189+128+47=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD802F is #427FD0. Grayscale: #898989. Windows color (decimal): -4358097 or 3113149. OLE color: 3113149.
HSL color Cylindrical-coordinate representation of color #BD802F: hue angle of 34.23º 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 #BD802F is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 47 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.26 |
| HSL | 34.23º | 0.6% | 0.46% | - |
| HSV(B) | 34.23º | 0.75% | 0.74% | - |
| XYZ | 29.22 | 26.46 | 6.26 | - |
| YUV | 137.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 47 | 0 | 0.32 | 0.75 | 0.26 | 34.23 | 0.6 | 0.46 |
| Hex | BD | 80 | 2F | 0 | 20 | 4B | 1A | 22 | 3C | 2E |
| Octal | 275 | 200 | 57 | 0 | 40 | 113 | 32 | 42 | 74 | 56 |
| Binary | 10111101 | 10000000 | 101111 | 0 | 100000 | 1001011 | 11010 | 100010 | 111100 | 101110 |
Color Harmonies of #BD802F
Complementary color
Monochromatic Colors of #BD802F
Black with #BD802F
Text Example
Text Example
White with #BD802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD802F; }
p { color: rgb(189,128,47); }
H1.HeaderClassName
{
color: #BD802F;
}
.AnyTagClassName
{
color: #BD802F;
}
</style>
background-color css
<style>
a { background-color: #BD802F; }
a { background-color: rgb(189,128,47); }
div.DivClassName
{
background-color: #BD802F;
}
.BgClassName
{
background-color: #BD802F;
}
</style>
border-color css
<style>
span { border-color: #BD802F; }
span { border-color: rgb(189,128,47); }
td.TdClassName
{
border-color: #BD802F;
}
.TagClassName
{
border-color: #BD802F;
}
</style>