Shades of Geebung #BD8030
Tints of Geebung #BD8030
RGB
CMYK
RGB Variations
Color information
#BD8030 (or 0xBD8030) is known color: Geebung. HEX triplet: BD, 80 and 30. RGB value is (189,128,48). Sum of RGB (Red+Green+Blue) = 189+128+48=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8030 is #427FCF. Grayscale: #898989. Windows color (decimal): -4358096 or 3178685. OLE color: 3178685.
HSL color Cylindrical-coordinate representation of color #BD8030: hue angle of 34.04º degrees, saturation: 0.59, 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 #BD8030 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 48 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.26 |
| HSL | 34.04º | 0.59% | 0.46% | - |
| HSV(B) | 34.04º | 0.75% | 0.74% | - |
| XYZ | 29.24 | 26.47 | 6.36 | - |
| YUV | 137.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 48 | 0 | 0.32 | 0.75 | 0.26 | 34.04 | 0.59 | 0.46 |
| Hex | BD | 80 | 30 | 0 | 20 | 4B | 1A | 22 | 3B | 2E |
| Octal | 275 | 200 | 60 | 0 | 40 | 113 | 32 | 42 | 73 | 56 |
| Binary | 10111101 | 10000000 | 110000 | 0 | 100000 | 1001011 | 11010 | 100010 | 111011 | 101110 |
Color Harmonies of #BD8030
Complementary color
Monochromatic Colors of #BD8030
Black with #BD8030
Text Example
Text Example
White with #BD8030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8030; }
p { color: rgb(189,128,48); }
H1.HeaderClassName
{
color: #BD8030;
}
.AnyTagClassName
{
color: #BD8030;
}
</style>
background-color css
<style>
a { background-color: #BD8030; }
a { background-color: rgb(189,128,48); }
div.DivClassName
{
background-color: #BD8030;
}
.BgClassName
{
background-color: #BD8030;
}
</style>
border-color css
<style>
span { border-color: #BD8030; }
span { border-color: rgb(189,128,48); }
td.TdClassName
{
border-color: #BD8030;
}
.TagClassName
{
border-color: #BD8030;
}
</style>