Shades of Geebung #BB852F
Tints of Geebung #BB852F
RGB
CMYK
RGB Variations
Color information
#BB852F (or 0xBB852F) is known color: Geebung. HEX triplet: BB, 85 and 2F. RGB value is (187,133,47). Sum of RGB (Red+Green+Blue) = 187+133+47=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB852F is #447AD0. Grayscale: #8B8B8B. Windows color (decimal): -4487889 or 3114427. OLE color: 3114427.
HSL color Cylindrical-coordinate representation of color #BB852F: hue angle of 36.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB852F is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 47 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.27 |
| HSL | 36.86º | 0.6% | 0.46% | - |
| HSV(B) | 36.86º | 0.75% | 0.73% | - |
| XYZ | 29.39 | 27.55 | 6.46 | - |
| YUV | 139.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 47 | 0 | 0.29 | 0.75 | 0.27 | 36.86 | 0.6 | 0.46 |
| Hex | BB | 85 | 2F | 0 | 1D | 4B | 1B | 25 | 3C | 2E |
| Octal | 273 | 205 | 57 | 0 | 35 | 113 | 33 | 45 | 74 | 56 |
| Binary | 10111011 | 10000101 | 101111 | 0 | 11101 | 1001011 | 11011 | 100101 | 111100 | 101110 |
Color Harmonies of #BB852F
Complementary color
Monochromatic Colors of #BB852F
Black with #BB852F
Text Example
Text Example
White with #BB852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB852F; }
p { color: rgb(187,133,47); }
H1.HeaderClassName
{
color: #BB852F;
}
.AnyTagClassName
{
color: #BB852F;
}
</style>
background-color css
<style>
a { background-color: #BB852F; }
a { background-color: rgb(187,133,47); }
div.DivClassName
{
background-color: #BB852F;
}
.BgClassName
{
background-color: #BB852F;
}
</style>
border-color css
<style>
span { border-color: #BB852F; }
span { border-color: rgb(187,133,47); }
td.TdClassName
{
border-color: #BB852F;
}
.TagClassName
{
border-color: #BB852F;
}
</style>