Shades of Geebung #BC822D
Tints of Geebung #BC822D
RGB
CMYK
RGB Variations
Color information
#BC822D (or 0xBC822D) is known color: Geebung. HEX triplet: BC, 82 and 2D. RGB value is (188,130,45). Sum of RGB (Red+Green+Blue) = 188+130+45=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC822D is #437DD2. Grayscale: #8A8A8A. Windows color (decimal): -4423123 or 2982588. OLE color: 2982588.
HSL color Cylindrical-coordinate representation of color #BC822D: hue angle of 35.66º degrees, saturation: 0.61, 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 #BC822D is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 45 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.26 |
| HSL | 35.66º | 0.61% | 0.46% | - |
| HSV(B) | 35.66º | 0.76% | 0.74% | - |
| XYZ | 29.2 | 26.85 | 6.13 | - |
| YUV | 137.65 | 75.72 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 45 | 0 | 0.31 | 0.76 | 0.26 | 35.66 | 0.61 | 0.46 |
| Hex | BC | 82 | 2D | 0 | 1F | 4C | 1A | 24 | 3D | 2E |
| Octal | 274 | 202 | 55 | 0 | 37 | 114 | 32 | 44 | 75 | 56 |
| Binary | 10111100 | 10000010 | 101101 | 0 | 11111 | 1001100 | 11010 | 100100 | 111101 | 101110 |
Color Harmonies of #BC822D
Complementary color
Monochromatic Colors of #BC822D
Black with #BC822D
Text Example
Text Example
White with #BC822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC822D; }
p { color: rgb(188,130,45); }
H1.HeaderClassName
{
color: #BC822D;
}
.AnyTagClassName
{
color: #BC822D;
}
</style>
background-color css
<style>
a { background-color: #BC822D; }
a { background-color: rgb(188,130,45); }
div.DivClassName
{
background-color: #BC822D;
}
.BgClassName
{
background-color: #BC822D;
}
</style>
border-color css
<style>
span { border-color: #BC822D; }
span { border-color: rgb(188,130,45); }
td.TdClassName
{
border-color: #BC822D;
}
.TagClassName
{
border-color: #BC822D;
}
</style>