Shades of Geebung #BC822F
Tints of Geebung #BC822F
RGB
CMYK
RGB Variations
Color information
#BC822F (or 0xBC822F) is known color: Geebung. HEX triplet: BC, 82 and 2F. RGB value is (188,130,47). Sum of RGB (Red+Green+Blue) = 188+130+47=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC822F is #437DD0. Grayscale: #8A8A8A. Windows color (decimal): -4423121 or 3113660. OLE color: 3113660.
HSL color Cylindrical-coordinate representation of color #BC822F: hue angle of 35.32º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC822F is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 47 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.26 |
| HSL | 35.32º | 0.6% | 0.46% | - |
| HSV(B) | 35.32º | 0.75% | 0.74% | - |
| XYZ | 29.23 | 26.86 | 6.33 | - |
| YUV | 137.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 47 | 0 | 0.31 | 0.75 | 0.26 | 35.32 | 0.6 | 0.46 |
| Hex | BC | 82 | 2F | 0 | 1F | 4B | 1A | 23 | 3C | 2E |
| Octal | 274 | 202 | 57 | 0 | 37 | 113 | 32 | 43 | 74 | 56 |
| Binary | 10111100 | 10000010 | 101111 | 0 | 11111 | 1001011 | 11010 | 100011 | 111100 | 101110 |
Color Harmonies of #BC822F
Complementary color
Monochromatic Colors of #BC822F
Black with #BC822F
Text Example
Text Example
White with #BC822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC822F; }
p { color: rgb(188,130,47); }
H1.HeaderClassName
{
color: #BC822F;
}
.AnyTagClassName
{
color: #BC822F;
}
</style>
background-color css
<style>
a { background-color: #BC822F; }
a { background-color: rgb(188,130,47); }
div.DivClassName
{
background-color: #BC822F;
}
.BgClassName
{
background-color: #BC822F;
}
</style>
border-color css
<style>
span { border-color: #BC822F; }
span { border-color: rgb(188,130,47); }
td.TdClassName
{
border-color: #BC822F;
}
.TagClassName
{
border-color: #BC822F;
}
</style>