Shades of Geebung #BB8629
Tints of Geebung #BB8629
RGB
CMYK
RGB Variations
Color information
#BB8629 (or 0xBB8629) is known color: Geebung. HEX triplet: BB, 86 and 29. RGB value is (187,134,41). Sum of RGB (Red+Green+Blue) = 187+134+41=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8629 is #4479D6. Grayscale: #8B8B8B. Windows color (decimal): -4487639 or 2721467. OLE color: 2721467.
HSL color Cylindrical-coordinate representation of color #BB8629: hue angle of 38.22º degrees, saturation: 0.64, 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 #BB8629 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 41 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.27 |
| HSL | 38.22º | 0.64% | 0.45% | - |
| HSV(B) | 38.22º | 0.78% | 0.73% | - |
| XYZ | 29.42 | 27.78 | 5.91 | - |
| YUV | 139.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 41 | 0 | 0.28 | 0.78 | 0.27 | 38.22 | 0.64 | 0.45 |
| Hex | BB | 86 | 29 | 0 | 1C | 4E | 1B | 26 | 40 | 2D |
| Octal | 273 | 206 | 51 | 0 | 34 | 116 | 33 | 46 | 100 | 55 |
| Binary | 10111011 | 10000110 | 101001 | 0 | 11100 | 1001110 | 11011 | 100110 | 1000000 | 101101 |
Color Harmonies of #BB8629
Complementary color
Monochromatic Colors of #BB8629
Black with #BB8629
Text Example
Text Example
White with #BB8629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8629; }
p { color: rgb(187,134,41); }
H1.HeaderClassName
{
color: #BB8629;
}
.AnyTagClassName
{
color: #BB8629;
}
</style>
background-color css
<style>
a { background-color: #BB8629; }
a { background-color: rgb(187,134,41); }
div.DivClassName
{
background-color: #BB8629;
}
.BgClassName
{
background-color: #BB8629;
}
</style>
border-color css
<style>
span { border-color: #BB8629; }
span { border-color: rgb(187,134,41); }
td.TdClassName
{
border-color: #BB8629;
}
.TagClassName
{
border-color: #BB8629;
}
</style>