Shades of Geebung #BD832D
Tints of Geebung #BD832D
RGB
CMYK
RGB Variations
Color information
#BD832D (or 0xBD832D) is known color: Geebung. HEX triplet: BD, 83 and 2D. RGB value is (189,131,45). Sum of RGB (Red+Green+Blue) = 189+131+45=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD832D is #427CD2. Grayscale: #8A8A8A. Windows color (decimal): -4357331 or 2982845. OLE color: 2982845.
HSL color Cylindrical-coordinate representation of color #BD832D: hue angle of 35.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD832D is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 45 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.26 |
| HSL | 35.83º | 0.62% | 0.46% | - |
| HSV(B) | 35.83º | 0.76% | 0.74% | - |
| XYZ | 29.58 | 27.24 | 6.18 | - |
| YUV | 138.54 | 75.22 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 45 | 0 | 0.31 | 0.76 | 0.26 | 35.83 | 0.62 | 0.46 |
| Hex | BD | 83 | 2D | 0 | 1F | 4C | 1A | 24 | 3E | 2E |
| Octal | 275 | 203 | 55 | 0 | 37 | 114 | 32 | 44 | 76 | 56 |
| Binary | 10111101 | 10000011 | 101101 | 0 | 11111 | 1001100 | 11010 | 100100 | 111110 | 101110 |
Color Harmonies of #BD832D
Complementary color
Monochromatic Colors of #BD832D
Black with #BD832D
Text Example
Text Example
White with #BD832D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD832D; }
p { color: rgb(189,131,45); }
H1.HeaderClassName
{
color: #BD832D;
}
.AnyTagClassName
{
color: #BD832D;
}
</style>
background-color css
<style>
a { background-color: #BD832D; }
a { background-color: rgb(189,131,45); }
div.DivClassName
{
background-color: #BD832D;
}
.BgClassName
{
background-color: #BD832D;
}
</style>
border-color css
<style>
span { border-color: #BD832D; }
span { border-color: rgb(189,131,45); }
td.TdClassName
{
border-color: #BD832D;
}
.TagClassName
{
border-color: #BD832D;
}
</style>