Shades of Geebung #BB8424
Tints of Geebung #BB8424
RGB
CMYK
RGB Variations
Color information
#BB8424 (or 0xBB8424) is known color: Geebung. HEX triplet: BB, 84 and 24. RGB value is (187,132,36). Sum of RGB (Red+Green+Blue) = 187+132+36=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8424 is #447BDB. Grayscale: #898989. Windows color (decimal): -4488156 or 2393275. OLE color: 2393275.
HSL color Cylindrical-coordinate representation of color #BB8424: hue angle of 38.15º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB8424 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 36 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.27 |
| HSL | 38.15º | 0.68% | 0.44% | - |
| HSV(B) | 38.15º | 0.81% | 0.73% | - |
| XYZ | 29.06 | 27.19 | 5.39 | - |
| YUV | 137.5 | 70.72 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 36 | 0 | 0.29 | 0.81 | 0.27 | 38.15 | 0.68 | 0.44 |
| Hex | BB | 84 | 24 | 0 | 1D | 51 | 1B | 26 | 44 | 2C |
| Octal | 273 | 204 | 44 | 0 | 35 | 121 | 33 | 46 | 104 | 54 |
| Binary | 10111011 | 10000100 | 100100 | 0 | 11101 | 1010001 | 11011 | 100110 | 1000100 | 101100 |
Color Harmonies of #BB8424
Complementary color
Monochromatic Colors of #BB8424
Black with #BB8424
Text Example
Text Example
White with #BB8424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8424; }
p { color: rgb(187,132,36); }
H1.HeaderClassName
{
color: #BB8424;
}
.AnyTagClassName
{
color: #BB8424;
}
</style>
background-color css
<style>
a { background-color: #BB8424; }
a { background-color: rgb(187,132,36); }
div.DivClassName
{
background-color: #BB8424;
}
.BgClassName
{
background-color: #BB8424;
}
</style>
border-color css
<style>
span { border-color: #BB8424; }
span { border-color: rgb(187,132,36); }
td.TdClassName
{
border-color: #BB8424;
}
.TagClassName
{
border-color: #BB8424;
}
</style>