Shades of Geebung #BE7F31
Tints of Geebung #BE7F31
RGB
CMYK
RGB Variations
Color information
#BE7F31 (or 0xBE7F31) is known color: Geebung. HEX triplet: BE, 7F and 31. RGB value is (190,127,49). Sum of RGB (Red+Green+Blue) = 190+127+49=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F31 is #4180CE. Grayscale: #898989. Windows color (decimal): -4292815 or 3243966. OLE color: 3243966.
HSL color Cylindrical-coordinate representation of color #BE7F31: hue angle of 33.19º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE7F31 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 49 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.25 |
| HSL | 33.19º | 0.59% | 0.47% | - |
| HSV(B) | 33.19º | 0.74% | 0.75% | - |
| XYZ | 29.38 | 26.35 | 6.44 | - |
| YUV | 136.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 49 | 0 | 0.33 | 0.74 | 0.25 | 33.19 | 0.59 | 0.47 |
| Hex | BE | 7F | 31 | 0 | 21 | 4A | 19 | 21 | 3B | 2F |
| Octal | 276 | 177 | 61 | 0 | 41 | 112 | 31 | 41 | 73 | 57 |
| Binary | 10111110 | 1111111 | 110001 | 0 | 100001 | 1001010 | 11001 | 100001 | 111011 | 101111 |
Color Harmonies of #BE7F31
Complementary color
Monochromatic Colors of #BE7F31
Black with #BE7F31
Text Example
Text Example
White with #BE7F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7F31; }
p { color: rgb(190,127,49); }
H1.HeaderClassName
{
color: #BE7F31;
}
.AnyTagClassName
{
color: #BE7F31;
}
</style>
background-color css
<style>
a { background-color: #BE7F31; }
a { background-color: rgb(190,127,49); }
div.DivClassName
{
background-color: #BE7F31;
}
.BgClassName
{
background-color: #BE7F31;
}
</style>
border-color css
<style>
span { border-color: #BE7F31; }
span { border-color: rgb(190,127,49); }
td.TdClassName
{
border-color: #BE7F31;
}
.TagClassName
{
border-color: #BE7F31;
}
</style>