Shades of Geebung #BD822B
Tints of Geebung #BD822B
RGB
CMYK
RGB Variations
Color information
#BD822B (or 0xBD822B) is known color: Geebung. HEX triplet: BD, 82 and 2B. RGB value is (189,130,43). Sum of RGB (Red+Green+Blue) = 189+130+43=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD822B is #427DD4. Grayscale: #8A8A8A. Windows color (decimal): -4357589 or 2851517. OLE color: 2851517.
HSL color Cylindrical-coordinate representation of color #BD822B: hue angle of 35.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD822B is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 43 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.26 |
| HSL | 35.75º | 0.63% | 0.45% | - |
| HSV(B) | 35.75º | 0.77% | 0.74% | - |
| XYZ | 29.4 | 26.96 | 5.94 | - |
| YUV | 137.72 | 74.55 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 43 | 0 | 0.31 | 0.77 | 0.26 | 35.75 | 0.63 | 0.45 |
| Hex | BD | 82 | 2B | 0 | 1F | 4D | 1A | 24 | 3F | 2D |
| Octal | 275 | 202 | 53 | 0 | 37 | 115 | 32 | 44 | 77 | 55 |
| Binary | 10111101 | 10000010 | 101011 | 0 | 11111 | 1001101 | 11010 | 100100 | 111111 | 101101 |
Color Harmonies of #BD822B
Complementary color
Monochromatic Colors of #BD822B
Black with #BD822B
Text Example
Text Example
White with #BD822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD822B; }
p { color: rgb(189,130,43); }
H1.HeaderClassName
{
color: #BD822B;
}
.AnyTagClassName
{
color: #BD822B;
}
</style>
background-color css
<style>
a { background-color: #BD822B; }
a { background-color: rgb(189,130,43); }
div.DivClassName
{
background-color: #BD822B;
}
.BgClassName
{
background-color: #BD822B;
}
</style>
border-color css
<style>
span { border-color: #BD822B; }
span { border-color: rgb(189,130,43); }
td.TdClassName
{
border-color: #BD822B;
}
.TagClassName
{
border-color: #BD822B;
}
</style>