Shades of Geebung #BB852D
Tints of Geebung #BB852D
RGB
CMYK
RGB Variations
Color information
#BB852D (or 0xBB852D) is known color: Geebung. HEX triplet: BB, 85 and 2D. RGB value is (187,133,45). Sum of RGB (Red+Green+Blue) = 187+133+45=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB852D is #447AD2. Grayscale: #8B8B8B. Windows color (decimal): -4487891 or 2983355. OLE color: 2983355.
HSL color Cylindrical-coordinate representation of color #BB852D: hue angle of 37.18º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB852D is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 45 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.27 |
| HSL | 37.18º | 0.61% | 0.45% | - |
| HSV(B) | 37.18º | 0.76% | 0.73% | - |
| XYZ | 29.35 | 27.53 | 6.25 | - |
| YUV | 139.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 45 | 0 | 0.29 | 0.76 | 0.27 | 37.18 | 0.61 | 0.45 |
| Hex | BB | 85 | 2D | 0 | 1D | 4C | 1B | 25 | 3D | 2D |
| Octal | 273 | 205 | 55 | 0 | 35 | 114 | 33 | 45 | 75 | 55 |
| Binary | 10111011 | 10000101 | 101101 | 0 | 11101 | 1001100 | 11011 | 100101 | 111101 | 101101 |
Color Harmonies of #BB852D
Complementary color
Monochromatic Colors of #BB852D
Black with #BB852D
Text Example
Text Example
White with #BB852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB852D; }
p { color: rgb(187,133,45); }
H1.HeaderClassName
{
color: #BB852D;
}
.AnyTagClassName
{
color: #BB852D;
}
</style>
background-color css
<style>
a { background-color: #BB852D; }
a { background-color: rgb(187,133,45); }
div.DivClassName
{
background-color: #BB852D;
}
.BgClassName
{
background-color: #BB852D;
}
</style>
border-color css
<style>
span { border-color: #BB852D; }
span { border-color: rgb(187,133,45); }
td.TdClassName
{
border-color: #BB852D;
}
.TagClassName
{
border-color: #BB852D;
}
</style>