Shades of Geebung #BE7F2D
Tints of Geebung #BE7F2D
RGB
CMYK
RGB Variations
Color information
#BE7F2D (or 0xBE7F2D) is known color: Geebung. HEX triplet: BE, 7F and 2D. RGB value is (190,127,45). Sum of RGB (Red+Green+Blue) = 190+127+45=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F2D is #4180D2. Grayscale: #888888. Windows color (decimal): -4292819 or 2981822. OLE color: 2981822.
HSL color Cylindrical-coordinate representation of color #BE7F2D: hue angle of 33.93º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE7F2D is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 45 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.25 |
| HSL | 33.93º | 0.62% | 0.46% | - |
| HSV(B) | 33.93º | 0.76% | 0.75% | - |
| XYZ | 29.3 | 26.32 | 6.02 | - |
| YUV | 136.49 | 76.37 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 45 | 0 | 0.33 | 0.76 | 0.25 | 33.93 | 0.62 | 0.46 |
| Hex | BE | 7F | 2D | 0 | 21 | 4C | 19 | 22 | 3E | 2E |
| Octal | 276 | 177 | 55 | 0 | 41 | 114 | 31 | 42 | 76 | 56 |
| Binary | 10111110 | 1111111 | 101101 | 0 | 100001 | 1001100 | 11001 | 100010 | 111110 | 101110 |
Color Harmonies of #BE7F2D
Complementary color
Monochromatic Colors of #BE7F2D
Black with #BE7F2D
Text Example
Text Example
White with #BE7F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7F2D; }
p { color: rgb(190,127,45); }
H1.HeaderClassName
{
color: #BE7F2D;
}
.AnyTagClassName
{
color: #BE7F2D;
}
</style>
background-color css
<style>
a { background-color: #BE7F2D; }
a { background-color: rgb(190,127,45); }
div.DivClassName
{
background-color: #BE7F2D;
}
.BgClassName
{
background-color: #BE7F2D;
}
</style>
border-color css
<style>
span { border-color: #BE7F2D; }
span { border-color: rgb(190,127,45); }
td.TdClassName
{
border-color: #BE7F2D;
}
.TagClassName
{
border-color: #BE7F2D;
}
</style>