Shades of Geebung #BD852B
Tints of Geebung #BD852B
RGB
CMYK
RGB Variations
Color information
#BD852B (or 0xBD852B) is known color: Geebung. HEX triplet: BD, 85 and 2B. RGB value is (189,133,43). Sum of RGB (Red+Green+Blue) = 189+133+43=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD852B is #427AD4. Grayscale: #8B8B8B. Windows color (decimal): -4356821 or 2852285. OLE color: 2852285.
HSL color Cylindrical-coordinate representation of color #BD852B: hue angle of 36.99º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD852B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 43 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.26 |
| HSL | 36.99º | 0.63% | 0.45% | - |
| HSV(B) | 36.99º | 0.77% | 0.74% | - |
| XYZ | 29.81 | 27.77 | 6.07 | - |
| YUV | 139.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 43 | 0 | 0.30 | 0.77 | 0.26 | 36.99 | 0.63 | 0.45 |
| Hex | BD | 85 | 2B | 0 | 1E | 4D | 1A | 25 | 3F | 2D |
| Octal | 275 | 205 | 53 | 0 | 36 | 115 | 32 | 45 | 77 | 55 |
| Binary | 10111101 | 10000101 | 101011 | 0 | 11110 | 1001101 | 11010 | 100101 | 111111 | 101101 |
Color Harmonies of #BD852B
Complementary color
Monochromatic Colors of #BD852B
Black with #BD852B
Text Example
Text Example
White with #BD852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD852B; }
p { color: rgb(189,133,43); }
H1.HeaderClassName
{
color: #BD852B;
}
.AnyTagClassName
{
color: #BD852B;
}
</style>
background-color css
<style>
a { background-color: #BD852B; }
a { background-color: rgb(189,133,43); }
div.DivClassName
{
background-color: #BD852B;
}
.BgClassName
{
background-color: #BD852B;
}
</style>
border-color css
<style>
span { border-color: #BD852B; }
span { border-color: rgb(189,133,43); }
td.TdClassName
{
border-color: #BD852B;
}
.TagClassName
{
border-color: #BD852B;
}
</style>