Shades of Geebung #BB852B
Tints of Geebung #BB852B
RGB
CMYK
RGB Variations
Color information
#BB852B (or 0xBB852B) is known color: Geebung. HEX triplet: BB, 85 and 2B. RGB value is (187,133,43). Sum of RGB (Red+Green+Blue) = 187+133+43=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB852B is #447AD4. Grayscale: #8B8B8B. Windows color (decimal): -4487893 or 2852283. OLE color: 2852283.
HSL color Cylindrical-coordinate representation of color #BB852B: hue angle of 37.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB852B is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 43 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.27 |
| HSL | 37.5º | 0.63% | 0.45% | - |
| HSV(B) | 37.5º | 0.77% | 0.73% | - |
| XYZ | 29.32 | 27.51 | 6.05 | - |
| YUV | 138.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 43 | 0 | 0.29 | 0.77 | 0.27 | 37.5 | 0.63 | 0.45 |
| Hex | BB | 85 | 2B | 0 | 1D | 4D | 1B | 26 | 3F | 2D |
| Octal | 273 | 205 | 53 | 0 | 35 | 115 | 33 | 46 | 77 | 55 |
| Binary | 10111011 | 10000101 | 101011 | 0 | 11101 | 1001101 | 11011 | 100110 | 111111 | 101101 |
Color Harmonies of #BB852B
Complementary color
Monochromatic Colors of #BB852B
Black with #BB852B
Text Example
Text Example
White with #BB852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB852B; }
p { color: rgb(187,133,43); }
H1.HeaderClassName
{
color: #BB852B;
}
.AnyTagClassName
{
color: #BB852B;
}
</style>
background-color css
<style>
a { background-color: #BB852B; }
a { background-color: rgb(187,133,43); }
div.DivClassName
{
background-color: #BB852B;
}
.BgClassName
{
background-color: #BB852B;
}
</style>
border-color css
<style>
span { border-color: #BB852B; }
span { border-color: rgb(187,133,43); }
td.TdClassName
{
border-color: #BB852B;
}
.TagClassName
{
border-color: #BB852B;
}
</style>