Shades of Geebung #BD8427
Tints of Geebung #BD8427
RGB
CMYK
RGB Variations
Color information
#BD8427 (or 0xBD8427) is known color: Geebung. HEX triplet: BD, 84 and 27. RGB value is (189,132,39). Sum of RGB (Red+Green+Blue) = 189+132+39=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8427 is #427BD8. Grayscale: #8A8A8A. Windows color (decimal): -4357081 or 2589885. OLE color: 2589885.
HSL color Cylindrical-coordinate representation of color #BD8427: hue angle of 37.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD8427 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 39 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.26 |
| HSL | 37.2º | 0.66% | 0.45% | - |
| HSV(B) | 37.2º | 0.79% | 0.74% | - |
| XYZ | 29.6 | 27.47 | 5.66 | - |
| YUV | 138.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 39 | 0 | 0.30 | 0.79 | 0.26 | 37.2 | 0.66 | 0.45 |
| Hex | BD | 84 | 27 | 0 | 1E | 4F | 1A | 25 | 42 | 2D |
| Octal | 275 | 204 | 47 | 0 | 36 | 117 | 32 | 45 | 102 | 55 |
| Binary | 10111101 | 10000100 | 100111 | 0 | 11110 | 1001111 | 11010 | 100101 | 1000010 | 101101 |
Color Harmonies of #BD8427
Complementary color
Monochromatic Colors of #BD8427
Black with #BD8427
Text Example
Text Example
White with #BD8427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8427; }
p { color: rgb(189,132,39); }
H1.HeaderClassName
{
color: #BD8427;
}
.AnyTagClassName
{
color: #BD8427;
}
</style>
background-color css
<style>
a { background-color: #BD8427; }
a { background-color: rgb(189,132,39); }
div.DivClassName
{
background-color: #BD8427;
}
.BgClassName
{
background-color: #BD8427;
}
</style>
border-color css
<style>
span { border-color: #BD8427; }
span { border-color: rgb(189,132,39); }
td.TdClassName
{
border-color: #BD8427;
}
.TagClassName
{
border-color: #BD8427;
}
</style>