Shades of Geebung #BD8421
Tints of Geebung #BD8421
RGB
CMYK
RGB Variations
Color information
#BD8421 (or 0xBD8421) is known color: Geebung. HEX triplet: BD, 84 and 21. RGB value is (189,132,33). Sum of RGB (Red+Green+Blue) = 189+132+33=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8421 is #427BDE. Grayscale: #8A8A8A. Windows color (decimal): -4357087 or 2196669. OLE color: 2196669.
HSL color Cylindrical-coordinate representation of color #BD8421: hue angle of 38.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD8421 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 33 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.26 |
| HSL | 38.08º | 0.7% | 0.44% | - |
| HSV(B) | 38.08º | 0.83% | 0.74% | - |
| XYZ | 29.51 | 27.43 | 5.18 | - |
| YUV | 137.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 33 | 0 | 0.30 | 0.83 | 0.26 | 38.08 | 0.7 | 0.44 |
| Hex | BD | 84 | 21 | 0 | 1E | 53 | 1A | 26 | 46 | 2C |
| Octal | 275 | 204 | 41 | 0 | 36 | 123 | 32 | 46 | 106 | 54 |
| Binary | 10111101 | 10000100 | 100001 | 0 | 11110 | 1010011 | 11010 | 100110 | 1000110 | 101100 |
Color Harmonies of #BD8421
Complementary color
Monochromatic Colors of #BD8421
Black with #BD8421
Text Example
Text Example
White with #BD8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8421; }
p { color: rgb(189,132,33); }
H1.HeaderClassName
{
color: #BD8421;
}
.AnyTagClassName
{
color: #BD8421;
}
</style>
background-color css
<style>
a { background-color: #BD8421; }
a { background-color: rgb(189,132,33); }
div.DivClassName
{
background-color: #BD8421;
}
.BgClassName
{
background-color: #BD8421;
}
</style>
border-color css
<style>
span { border-color: #BD8421; }
span { border-color: rgb(189,132,33); }
td.TdClassName
{
border-color: #BD8421;
}
.TagClassName
{
border-color: #BD8421;
}
</style>