#BE842E

Color #BE842E Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #BE842E

Tints of Geebung #BE842E

Color information

#BE842E (or 0xBE842E) is unknown color: approx Geebung. HEX triplet: BE, 84 and 2E. RGB value is (190,132,46). Sum of RGB (Red+Green+Blue) = 190+132+46=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE842E is #417BD1. Grayscale: #8B8B8B. Windows color (decimal): -4291538 or 3048638. OLE color: 3048638.

HSL color Cylindrical-coordinate representation of color #BE842E: hue angle of 35.83º degrees, saturation: 0.61, 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 #BE842E is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19013246-
CMYK00.310.760.25
HSL35.83º61.02%46.27%-
HSV(B)35.83º75.79%74.51%-
XYZ29.9827.656.34-
YUV139.5475.22163.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 46 (18.36% from 255) = 12.5%
R=51.63%
G=35.87%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901324600.310.760.2535.8361.0246.27
HexBE842E01F4C19243d2e
Octal2762045603711431447556
Binary1011111010000100101110011111100110011001100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE842E; }

 p { color: rgb(190,132,46); }

 H1.HeaderClassName
 {
   color: #BE842E;
 }
 .AnyTagClassName
 {
   color: #BE842E;
 }
</style>
background-color css

<style>
 a { background-color: #BE842E; }

 a { background-color: rgb(190,132,46); }

 div.DivClassName
 {
   background-color: #BE842E;
 }
 .BgClassName
 {
   background-color: #BE842E;
 }
</style>
border-color css

<style>
 span { border-color: #BE842E; }

 span { border-color: rgb(190,132,46); }

 td.TdClassName
 {
   border-color: #BE842E;
 }
 .TagClassName
 {
   border-color: #BE842E;
 }
</style>