Shades of Geebung #BB852A
Tints of Geebung #BB852A
RGB
CMYK
RGB Variations
Color information
#BB852A (or 0xBB852A) is known color: Geebung. HEX triplet: BB, 85 and 2A. RGB value is (187,133,42). Sum of RGB (Red+Green+Blue) = 187+133+42=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB852A is #447AD5. Grayscale: #8B8B8B. Windows color (decimal): -4487894 or 2786747. OLE color: 2786747.
HSL color Cylindrical-coordinate representation of color #BB852A: hue angle of 37.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB852A is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 42 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.27 |
| HSL | 37.66º | 0.63% | 0.45% | - |
| HSV(B) | 37.66º | 0.78% | 0.73% | - |
| XYZ | 29.3 | 27.51 | 5.96 | - |
| YUV | 138.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 42 | 0 | 0.29 | 0.78 | 0.27 | 37.66 | 0.63 | 0.45 |
| Hex | BB | 85 | 2A | 0 | 1D | 4E | 1B | 26 | 3F | 2D |
| Octal | 273 | 205 | 52 | 0 | 35 | 116 | 33 | 46 | 77 | 55 |
| Binary | 10111011 | 10000101 | 101010 | 0 | 11101 | 1001110 | 11011 | 100110 | 111111 | 101101 |
Color Harmonies of #BB852A
Complementary color
Monochromatic Colors of #BB852A
Black with #BB852A
Text Example
Text Example
White with #BB852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB852A; }
p { color: rgb(187,133,42); }
H1.HeaderClassName
{
color: #BB852A;
}
.AnyTagClassName
{
color: #BB852A;
}
</style>
background-color css
<style>
a { background-color: #BB852A; }
a { background-color: rgb(187,133,42); }
div.DivClassName
{
background-color: #BB852A;
}
.BgClassName
{
background-color: #BB852A;
}
</style>
border-color css
<style>
span { border-color: #BB852A; }
span { border-color: rgb(187,133,42); }
td.TdClassName
{
border-color: #BB852A;
}
.TagClassName
{
border-color: #BB852A;
}
</style>