Shades of Geebung #BD842C
Tints of Geebung #BD842C
RGB
CMYK
RGB Variations
Color information
#BD842C (or 0xBD842C) is known color: Geebung. HEX triplet: BD, 84 and 2C. RGB value is (189,132,44). Sum of RGB (Red+Green+Blue) = 189+132+44=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD842C is #427BD3. Grayscale: #8B8B8B. Windows color (decimal): -4357076 or 2917565. OLE color: 2917565.
HSL color Cylindrical-coordinate representation of color #BD842C: hue angle of 36.41º 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 #BD842C is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 44 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.26 |
| HSL | 36.41º | 0.62% | 0.46% | - |
| HSV(B) | 36.41º | 0.77% | 0.74% | - |
| XYZ | 29.69 | 27.5 | 6.13 | - |
| YUV | 139.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 44 | 0 | 0.30 | 0.77 | 0.26 | 36.41 | 0.62 | 0.46 |
| Hex | BD | 84 | 2C | 0 | 1E | 4D | 1A | 24 | 3E | 2E |
| Octal | 275 | 204 | 54 | 0 | 36 | 115 | 32 | 44 | 76 | 56 |
| Binary | 10111101 | 10000100 | 101100 | 0 | 11110 | 1001101 | 11010 | 100100 | 111110 | 101110 |
Color Harmonies of #BD842C
Complementary color
Monochromatic Colors of #BD842C
Black with #BD842C
Text Example
Text Example
White with #BD842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD842C; }
p { color: rgb(189,132,44); }
H1.HeaderClassName
{
color: #BD842C;
}
.AnyTagClassName
{
color: #BD842C;
}
</style>
background-color css
<style>
a { background-color: #BD842C; }
a { background-color: rgb(189,132,44); }
div.DivClassName
{
background-color: #BD842C;
}
.BgClassName
{
background-color: #BD842C;
}
</style>
border-color css
<style>
span { border-color: #BD842C; }
span { border-color: rgb(189,132,44); }
td.TdClassName
{
border-color: #BD842C;
}
.TagClassName
{
border-color: #BD842C;
}
</style>